COLOR #525864

HEX: #525864
RGB: (82,88,100)

Color info

#525864 contains red, green and blue colors in about the same proportion. Web safe color of #525864 is #666666 (or #666).

RGB color model

#525864 color RGB value is (82,88,100).

  • red value is 82;
  • green value is 88;
  • blue value is 100.
RGB:
(82,88,100)
(32%,35%,39%)

RGB channels and saturation

R 82 of 255 = 32%
G 88 of 255 = 35%
B 100 of 255 = 39%

82
88
100

R + G + B ~ 35%. #525864 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 88 + 100 = 270 (100%)
R 82 of 270 ~ 30.37%
G 88 of 270 ~ 32.59%
B 100 of 270 ~ 37.04%

%30.37
%32.59
%37.04

CMYK color model

#525864 color CMYK value is (18,12,0,61).

  • cyan value is 18.00%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(18,12,0,61)
C18M12Y0K61 
(18%,12%,0%,61%)
(0.18/0.12/0.00/0.61)	

CMYK percentages

%18
%12
%0
%60.78

Codes

Color #525864 in popluar color models

525864
RGB8288100
HSL220°9.89%35.69%
HSB/HSV220°18.00%39.22%
CMYK18.00%12.00%0.00%
60.78%

Color #525864 in popluar number systems.

HEX525864
Decimal8288100
Binary101001010110001100100
Octal122130144

Shades and tints

Shades of #525864

#525864
(82,88,100)
#4B505B
(75,80,91)
#444852
(68,72,82)
#3D4049
(61,64,73)
#363840
(54,56,64)
#2F3037
(47,48,55)
#28282E
(40,40,46)
#212025
(33,32,37)
#1A181C
(26,24,28)
#131013
(19,16,19)
#0C080A
(12,8,10)
#000000
(0,0,0)

Tints of #525864

#525864
(82,88,100)
#616772
(97,103,114)
#707680
(112,118,128)
#7F858E
(127,133,142)
#8E949C
(142,148,156)
#9DA3AA
(157,163,170)
#ACB2B8
(172,178,184)
#BBC1C6
(187,193,198)
#CAD0D4
(202,208,212)
#D9DFE2
(217,223,226)
#E8EEF0
(232,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #525864 color. Also use rgb(82,88,100) instead hex code.

Text Font Color

.myTextColor { color: #525864; }

<p style="color:#525864">This sample text font color is #525864.</p>

This text font color is #525864.


Background Color

.myBgColor { background-color: #525864; }

<div style="background-color:#525864">Inner text</div>

This div background color is #525864.


Border color

.myBorderColor { border: 1px solid #525864; }

<div style="border:3px solid #525864">Div</div>

This div border color is #525864.


Opacity

.myOpacity80 { color: #525864; opacity: 0.8; }

<p style="color:#525864;opacity:0.8;">80%</p>

Text with #525864 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #525864;}

<p style="text-shadow: 3px 3px 1px #525864">Text here.</p>

This text has shadow with #525864 color.

.textShadow {text-shadow: 3px 3px 1px #525864, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #525864, 5px 5px 20px red">Text here.</p>

This text has shadow with #525864 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#525864, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#525864, Direction=45, Strength=4)">Text</p>

This text has shadow with #525864 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #525864;
  -webkit-box-shadow:	1px 1px 3px 2px #525864;
  box-shadow:		1px 1px 3px 2px #525864;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #525864;
-webkit-box-shadow: 1px 1px 3px 2px #525864;
box-shadow:1px 1px 3px 2px #525864;">
Div content here</div>
This div box has shadow with color #525864.

Preview

Color preview on black background

This text has color #525864 on black background.


Color preview on white background

This text has color #525864 on white background.



Black color preview on #525864 background

This text has black color on #525864 background.


White color preview on #525864 background

This text has white color on #525864 background.