#585D4C

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

Shades of Chicago #585D4C

Tints of Chicago #585D4C

Color information

#585D4C (or 0x585D4C) is unknown color: approx Chicago. HEX triplet: 58, 5D and 4C. RGB value is (88,93,76). Sum of RGB (Red+Green+Blue) = 88+93+76=257 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.24% from 257); Green value is 93 (36.72% from 255 or 36.19% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 93 - color contains mainly: green. Hex color #585D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585D4C is #A7A2B3. Grayscale: #595959. Windows color (decimal): -10986164 or 5004632. OLE color: 5004632.

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

Color convert

RGB889376-
CMYK0.0500.180.64
HSL77.65º10.06%33.14%-
HSV(B)77.65º18.28%36.47%-
XYZ9.2410.438.36-
YUV89.57120.34126.88-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.24%
GREEN value IS 93 (36.72% from 255) = 36.19%
BLUE value IS 76 (30.08% from 255) = 29.57%
R=34.24%
G=36.19%
B=29.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8893760.0500.180.6477.6510.0633.14
Hex585D4C5012404ea21
Octal13013511450221001161241
Binary101100010111011001100101010010100000010011101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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