#585B52

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

Shades of Chicago #585B52

Tints of Chicago #585B52

Color information

#585B52 (or 0x585B52) is unknown color: approx Chicago. HEX triplet: 58, 5B and 52. RGB value is (88,91,82). Sum of RGB (Red+Green+Blue) = 88+91+82=261 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.72% from 261); Green value is 91 (35.94% from 255 or 34.87% from 261); Blue value is 82 (32.42% from 255 or 31.42% from 261); Max value from RGB is 91 - color contains mainly: green. Hex color #585B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585B52 is #A7A4AD. Grayscale: #595959. Windows color (decimal): -10986670 or 5397336. OLE color: 5397336.

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

Color convert

RGB889182-
CMYK0.0300.100.64
HSL80º5.2%33.92%-
HSV(B)80º9.89%35.69%-
XYZ9.2910.179.46-
YUV89.08124.01127.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.72%
GREEN value IS 91 (35.94% from 255) = 34.87%
BLUE value IS 82 (32.42% from 255) = 31.42%
R=33.72%
G=34.87%
B=31.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8891820.0300.100.64805.233.92
Hex585B5230A4050522
Octal1301331223012100120542
Binary101100010110111010010110101010000001010000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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