#525866

Color #525866 Bright Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Grey #525866

Tints of Bright Grey #525866

Color information

#525866 (or 0x525866) is unknown color: approx Bright Grey. HEX triplet: 52, 58 and 66. RGB value is (82,88,102). Sum of RGB (Red+Green+Blue) = 82+88+102=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 102 - color contains mainly: blue. Hex color #525866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525866 is #ADA799. Grayscale: #575757. Windows color (decimal): -11380634 or 6707282. OLE color: 6707282.

HSL color Cylindrical-coordinate representation of color #525866: hue angle of 222º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #525866 is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8288102-
CMYK0.200.1400.6
HSL222º10.87%36.08%-
HSV(B)222º19.61%40%-
XYZ9.379.7313.96-
YUV87.8136.01123.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 30.15%
GREEN value IS 88 (34.77% from 255) = 32.35%
BLUE value IS 102 (40.23% from 255) = 37.5%
R=30.15%
G=32.35%
B=37.5%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal82881020.200.1400.622210.8736.08
Hex52586614E03Cdeb24
Octal12213014624160743361344
Binary1010010101100011001101010011100111100110111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525866; }

 p { color: rgb(82,88,102); }

 H1.HeaderClassName
 {
   color: #525866;
 }
 .AnyTagClassName
 {
   color: #525866;
 }
</style>
background-color css

<style>
 a { background-color: #525866; }

 a { background-color: rgb(82,88,102); }

 div.DivClassName
 {
   background-color: #525866;
 }
 .BgClassName
 {
   background-color: #525866;
 }
</style>
border-color css

<style>
 span { border-color: #525866; }

 span { border-color: rgb(82,88,102); }

 td.TdClassName
 {
   border-color: #525866;
 }
 .TagClassName
 {
   border-color: #525866;
 }
</style>