#586050

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

Shades of Chicago #586050

Tints of Chicago #586050

Color information

#586050 (or 0x586050) is unknown color: approx Chicago. HEX triplet: 58, 60 and 50. RGB value is (88,96,80). Sum of RGB (Red+Green+Blue) = 88+96+80=264 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.33% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 80 (31.64% from 255 or 30.30% from 264); Max value from RGB is 96 - color contains mainly: green. Hex color #586050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586050 is #A79FAF. Grayscale: #5B5B5B. Windows color (decimal): -10985392 or 5267544. OLE color: 5267544.

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

Color convert

RGB889680-
CMYK0.0800.170.62
HSL90º9.09%34.51%-
HSV(B)90º16.67%37.65%-
XYZ9.6611.029.21-
YUV91.78121.35125.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.33%
GREEN value IS 96 (37.89% from 255) = 36.36%
BLUE value IS 80 (31.64% from 255) = 30.30%
R=33.33%
G=36.36%
B=30.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8896800.0800.170.62909.0934.51
Hex58605080113E5a923
Octal13014012010021761321143
Binary101100011000001010000100001000111111010110101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586050; }

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

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

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

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

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

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

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

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