#575966

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

Shades of Bright Grey #575966

Tints of Bright Grey #575966

Color information

#575966 (or 0x575966) is unknown color: approx Bright Grey. HEX triplet: 57, 59 and 66. RGB value is (87,89,102). Sum of RGB (Red+Green+Blue) = 87+89+102=278 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.29% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 102 (40.23% from 255 or 36.69% from 278); Max value from RGB is 102 - color contains mainly: blue. Hex color #575966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575966 is #A8A699. Grayscale: #595959. Windows color (decimal): -11052698 or 6707543. OLE color: 6707543.

HSL color Cylindrical-coordinate representation of color #575966: hue angle of 232º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #575966 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8789102-
CMYK0.150.1300.6
HSL232º7.94%37.06%-
HSV(B)232º14.71%40%-
XYZ9.910.1314-
YUV89.88134.84125.94-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.29%
GREEN value IS 89 (35.16% from 255) = 32.01%
BLUE value IS 102 (40.23% from 255) = 36.69%
R=31.29%
G=32.01%
B=36.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal87891020.150.1300.62327.9437.06
Hex575966FD03Ce8825
Octal12713114617150743501045
Binary101011110110011100110111111010111100111010001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575966; }

 p { color: rgb(87,89,102); }

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

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

 a { background-color: rgb(87,89,102); }

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

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

 span { border-color: rgb(87,89,102); }

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