#575C52

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

Shades of Chicago #575C52

Tints of Chicago #575C52

Color information

#575C52 (or 0x575C52) is unknown color: approx Chicago. HEX triplet: 57, 5C and 52. RGB value is (87,92,82). Sum of RGB (Red+Green+Blue) = 87+92+82=261 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.33% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 82 (32.42% from 255 or 31.42% from 261); Max value from RGB is 92 - color contains mainly: green. Hex color #575C52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575C52 is #A8A3AD. Grayscale: #595959. Windows color (decimal): -11051950 or 5397591. OLE color: 5397591.

HSL color Cylindrical-coordinate representation of color #575C52: hue angle of 90º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #575C52 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.

Color convert

RGB879282-
CMYK0.0500.110.64
HSL90º5.75%34.12%-
HSV(B)90º10.87%36.08%-
XYZ9.2810.299.48-
YUV89.36123.84126.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.33%
GREEN value IS 92 (36.33% from 255) = 35.25%
BLUE value IS 82 (32.42% from 255) = 31.42%
R=33.33%
G=35.25%
B=31.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8792820.0500.110.64905.7534.12
Hex575C5250B405a622
Octal1271341225013100132642
Binary1010111101110010100101010101110000001011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575C52; }

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

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

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

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

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

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

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

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