#585952

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

Shades of Chicago #585952

Tints of Chicago #585952

Color information

#585952 (or 0x585952) is unknown color: approx Chicago. HEX triplet: 58, 59 and 52. RGB value is (88,89,82). Sum of RGB (Red+Green+Blue) = 88+89+82=259 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.98% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 82 (32.42% from 255 or 31.66% from 259); Max value from RGB is 89 - color contains mainly: green. Hex color #585952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585952 is #A7A6AD. Grayscale: #575757. Windows color (decimal): -10987182 or 5396824. OLE color: 5396824.

HSL color Cylindrical-coordinate representation of color #585952: hue angle of 68.57º degrees, saturation: 0.04, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #585952 is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB888982-
CMYK0.0100.080.65
HSL68.57º4.09%33.53%-
HSV(B)68.57º7.87%34.9%-
XYZ9.129.839.4-
YUV87.9124.67128.07-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.98%
GREEN value IS 89 (35.16% from 255) = 34.36%
BLUE value IS 82 (32.42% from 255) = 31.66%
R=33.98%
G=34.36%
B=31.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8889820.0100.080.6568.574.0933.53
Hex5859521084145422
Octal1301311221010101105442
Binary10110001011001101001010100010000011000101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585952; }

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

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

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

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

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

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

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

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