#58604E

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

Shades of Chicago #58604E

Tints of Chicago #58604E

Color information

#58604E (or 0x58604E) is unknown color: approx Chicago. HEX triplet: 58, 60 and 4E. RGB value is (88,96,78). Sum of RGB (Red+Green+Blue) = 88+96+78=262 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.59% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 78 (30.86% from 255 or 29.77% from 262); Max value from RGB is 96 - color contains mainly: green. Hex color #58604E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58604E is #A79FB1. Grayscale: #5B5B5B. Windows color (decimal): -10985394 or 5136472. OLE color: 5136472.

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

Color convert

RGB889678-
CMYK0.0800.190.62
HSL86.67º10.34%34.12%-
HSV(B)86.67º18.75%37.65%-
XYZ9.5810.998.82-
YUV91.56120.35125.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.59%
GREEN value IS 96 (37.89% from 255) = 36.64%
BLUE value IS 78 (30.86% from 255) = 29.77%
R=33.59%
G=36.64%
B=29.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8896780.0800.190.6286.6710.3434.12
Hex58604E80133E57a22
Octal13014011610023761271242
Binary101100011000001001110100001001111111010101111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58604E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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