#586048

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

Shades of Chicago #586048

Tints of Chicago #586048

Color information

#586048 (or 0x586048) is unknown color: approx Chicago. HEX triplet: 58, 60 and 48. RGB value is (88,96,72). Sum of RGB (Red+Green+Blue) = 88+96+72=256 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.38% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 72 (28.52% from 255 or 28.12% from 256); Max value from RGB is 96 - color contains mainly: green. Hex color #586048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586048 is #A79FB7. Grayscale: #5A5A5A. Windows color (decimal): -10985400 or 4743256. OLE color: 4743256.

HSL color Cylindrical-coordinate representation of color #586048: hue angle of 80º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #586048 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB889672-
CMYK0.0800.250.62
HSL80º14.29%32.94%-
HSV(B)80º25%37.65%-
XYZ9.3810.917.74-
YUV90.87117.35125.95-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.38%
GREEN value IS 96 (37.89% from 255) = 37.5%
BLUE value IS 72 (28.52% from 255) = 28.12%
R=34.38%
G=37.5%
B=28.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8896720.0800.250.628014.2932.94
Hex58604880193E50e21
Octal13014011010031761201641
Binary101100011000001001000100001100111111010100001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586048; }

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

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

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

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

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

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

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

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