#585D53

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

Shades of Chicago #585D53

Tints of Chicago #585D53

Color information

#585D53 (or 0x585D53) is unknown color: approx Chicago. HEX triplet: 58, 5D and 53. RGB value is (88,93,83). Sum of RGB (Red+Green+Blue) = 88+93+83=264 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.33% from 264); Green value is 93 (36.72% from 255 or 35.23% from 264); Blue value is 83 (32.81% from 255 or 31.44% from 264); Max value from RGB is 93 - color contains mainly: green. Hex color #585D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585D53 is #A7A2AC. Grayscale: #5A5A5A. Windows color (decimal): -10986157 or 5463384. OLE color: 5463384.

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

Color convert

RGB889383-
CMYK0.0500.110.64
HSL90º5.68%34.51%-
HSV(B)90º10.75%36.47%-
XYZ9.510.539.71-
YUV90.36123.84126.31-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.33%
GREEN value IS 93 (36.72% from 255) = 35.23%
BLUE value IS 83 (32.81% from 255) = 31.44%
R=33.33%
G=35.23%
B=31.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8893830.0500.110.64905.6834.51
Hex585D5350B405a623
Octal1301351235013100132643
Binary1011000101110110100111010101110000001011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,93,83); }

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

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

 a { background-color: rgb(88,93,83); }

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

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

 span { border-color: rgb(88,93,83); }

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