#585951

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

Shades of Chicago #585951

Tints of Chicago #585951

Color information

#585951 (or 0x585951) is unknown color: approx Chicago. HEX triplet: 58, 59 and 51. RGB value is (88,89,81). Sum of RGB (Red+Green+Blue) = 88+89+81=258 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.11% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 81 (32.03% from 255 or 31.40% from 258); Max value from RGB is 89 - color contains mainly: green. Hex color #585951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585951 is #A7A6AE. Grayscale: #575757. Windows color (decimal): -10987183 or 5331288. OLE color: 5331288.

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

Color convert

RGB888981-
CMYK0.0100.090.65
HSL67.5º4.71%33.33%-
HSV(B)67.5º8.99%34.9%-
XYZ9.089.819.2-
YUV87.79124.17128.15-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.11%
GREEN value IS 89 (35.16% from 255) = 34.50%
BLUE value IS 81 (32.03% from 255) = 31.40%
R=34.11%
G=34.50%
B=31.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8889810.0100.090.6567.54.7133.33
Hex5859511094144521
Octal1301311211011101104541
Binary10110001011001101000110100110000011000100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585951; }

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

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

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

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

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

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

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

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