#585B54

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

Shades of Chicago #585B54

Tints of Chicago #585B54

Color information

#585B54 (or 0x585B54) is unknown color: approx Chicago. HEX triplet: 58, 5B and 54. RGB value is (88,91,84). Sum of RGB (Red+Green+Blue) = 88+91+84=263 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.46% from 263); Green value is 91 (35.94% from 255 or 34.60% from 263); Blue value is 84 (33.20% from 255 or 31.94% from 263); Max value from RGB is 91 - color contains mainly: green. Hex color #585B54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585B54 is #A7A4AB. Grayscale: #595959. Windows color (decimal): -10986668 or 5528408. OLE color: 5528408.

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

Color convert

RGB889184-
CMYK0.0300.080.64
HSL85.71º4%34.31%-
HSV(B)85.71º7.69%35.69%-
XYZ9.3710.29.86-
YUV89.3125.01127.07-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.46%
GREEN value IS 91 (35.94% from 255) = 34.60%
BLUE value IS 84 (33.20% from 255) = 31.94%
R=33.46%
G=34.60%
B=31.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8891840.0300.080.6485.71434.31
Hex585B543084056422
Octal1301331243010100126442
Binary101100010110111010100110100010000001010110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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