#58604C

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

Shades of Chicago #58604C

Tints of Chicago #58604C

Color information

#58604C (or 0x58604C) is unknown color: approx Chicago. HEX triplet: 58, 60 and 4C. RGB value is (88,96,76). Sum of RGB (Red+Green+Blue) = 88+96+76=260 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.85% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 96 - color contains mainly: green. Hex color #58604C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58604C is #A79FB3. Grayscale: #5B5B5B. Windows color (decimal): -10985396 or 5005400. OLE color: 5005400.

HSL color Cylindrical-coordinate representation of color #58604C: hue angle of 84º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #58604C is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB889676-
CMYK0.0800.210.62
HSL84º11.63%33.73%-
HSV(B)84º20.83%37.65%-
XYZ9.5110.968.45-
YUV91.33119.35125.63-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.85%
GREEN value IS 96 (37.89% from 255) = 36.92%
BLUE value IS 76 (30.08% from 255) = 29.23%
R=33.85%
G=36.92%
B=29.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8896760.0800.210.628411.6333.73
Hex58604C80153E54c22
Octal13014011410025761241442
Binary101100011000001001100100001010111111010101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58604C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58604C; }

 p { color: rgb(88,96,76); }

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

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

 a { background-color: rgb(88,96,76); }

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

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

 span { border-color: rgb(88,96,76); }

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