#585956

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

Shades of Chicago #585956

Tints of Chicago #585956

Color information

#585956 (or 0x585956) is unknown color: approx Chicago. HEX triplet: 58, 59 and 56. RGB value is (88,89,86). Sum of RGB (Red+Green+Blue) = 88+89+86=263 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.46% from 263); Green value is 89 (35.16% from 255 or 33.84% from 263); Blue value is 86 (33.98% from 255 or 32.70% from 263); Max value from RGB is 89 - color contains mainly: green. Hex color #585956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585956 is #A7A6A9. Grayscale: #585858. Windows color (decimal): -10987178 or 5658968. OLE color: 5658968.

HSL color Cylindrical-coordinate representation of color #585956: hue angle of 80º degrees, saturation: 0.02, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #585956 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB888986-
CMYK0.0100.030.65
HSL80º1.71%34.31%-
HSV(B)80º3.37%34.9%-
XYZ9.289.8910.22-
YUV88.36126.67127.74-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.46%
GREEN value IS 89 (35.16% from 255) = 33.84%
BLUE value IS 86 (33.98% from 255) = 32.70%
R=33.46%
G=33.84%
B=32.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8889860.0100.030.65801.7134.31
Hex5859561034150222
Octal130131126103101120242
Binary10110001011001101011010111000001101000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585956; }

 p { color: rgb(88,89,86); }

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

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

 a { background-color: rgb(88,89,86); }

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

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

 span { border-color: rgb(88,89,86); }

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