#575952

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

Shades of Chicago #575952

Tints of Chicago #575952

Color information

#575952 (or 0x575952) is unknown color: approx Chicago. HEX triplet: 57, 59 and 52. RGB value is (87,89,82). Sum of RGB (Red+Green+Blue) = 87+89+82=258 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.72% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 82 (32.42% from 255 or 31.78% from 258); Max value from RGB is 89 - color contains mainly: green. Hex color #575952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575952 is #A8A6AD. Grayscale: #575757. Windows color (decimal): -11052718 or 5396823. OLE color: 5396823.

HSL color Cylindrical-coordinate representation of color #575952: hue angle of 77.14º degrees, saturation: 0.04, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #575952 is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB878982-
CMYK0.0200.080.65
HSL77.14º4.09%33.53%-
HSV(B)77.14º7.87%34.9%-
XYZ9.039.789.39-
YUV87.6124.84127.57-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.72%
GREEN value IS 89 (35.16% from 255) = 34.50%
BLUE value IS 82 (32.42% from 255) = 31.78%
R=33.72%
G=34.50%
B=31.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8789820.0200.080.6577.144.0933.53
Hex575952208414d422
Octal1271311222010101115442
Binary101011110110011010010100100010000011001101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575952; }

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

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

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

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

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

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

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

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