#585C4F

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

Shades of Chicago #585C4F

Tints of Chicago #585C4F

Color information

#585C4F (or 0x585C4F) is unknown color: approx Chicago. HEX triplet: 58, 5C and 4F. RGB value is (88,92,79). Sum of RGB (Red+Green+Blue) = 88+92+79=259 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.98% from 259); Green value is 92 (36.33% from 255 or 35.52% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 92 - color contains mainly: green. Hex color #585C4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585C4F is #A7A3B0. Grayscale: #595959. Windows color (decimal): -10986417 or 5200984. OLE color: 5200984.

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

Color convert

RGB889279-
CMYK0.0400.140.64
HSL78.46º7.6%33.53%-
HSV(B)78.46º14.13%36.08%-
XYZ9.2610.298.9-
YUV89.32122.17127.06-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.98%
GREEN value IS 92 (36.33% from 255) = 35.52%
BLUE value IS 79 (31.25% from 255) = 30.50%
R=33.98%
G=35.52%
B=30.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8892790.0400.140.6478.467.633.53
Hex585C4F40E404e822
Octal13013411740161001161042
Binary10110001011100100111110001110100000010011101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,92,79); }

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

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

 a { background-color: rgb(88,92,79); }

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

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

 span { border-color: rgb(88,92,79); }

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