#585B51

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

Shades of Chicago #585B51

Tints of Chicago #585B51

Color information

#585B51 (or 0x585B51) is unknown color: approx Chicago. HEX triplet: 58, 5B and 51. RGB value is (88,91,81). Sum of RGB (Red+Green+Blue) = 88+91+81=260 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.85% from 260); Green value is 91 (35.94% from 255 or 35% from 260); Blue value is 81 (32.03% from 255 or 31.15% from 260); Max value from RGB is 91 - color contains mainly: green. Hex color #585B51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585B51 is #A7A4AE. Grayscale: #595959. Windows color (decimal): -10986671 or 5331800. OLE color: 5331800.

HSL color Cylindrical-coordinate representation of color #585B51: hue angle of 78º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #585B51 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.

Color convert

RGB889181-
CMYK0.0300.110.64
HSL78º5.81%33.73%-
HSV(B)78º10.99%35.69%-
XYZ9.2510.159.26-
YUV88.96123.51127.31-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.85%
GREEN value IS 91 (35.94% from 255) = 35%
BLUE value IS 81 (32.03% from 255) = 31.15%
R=33.85%
G=35%
B=31.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8891810.0300.110.64785.8133.73
Hex585B5130B404e622
Octal1301331213013100116642
Binary101100010110111010001110101110000001001110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585B51; }

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

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

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

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

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

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

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

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