#555752

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

Shades of Chicago #555752

Tints of Chicago #555752

Color information

#555752 (or 0x555752) is unknown color: approx Chicago. HEX triplet: 55, 57 and 52. RGB value is (85,87,82). Sum of RGB (Red+Green+Blue) = 85+87+82=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 87 (34.38% from 255 or 34.25% from 254); Blue value is 82 (32.42% from 255 or 32.28% from 254); Max value from RGB is 87 - color contains mainly: green. Hex color #555752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555752 is #AAA8AD. Grayscale: #555555. Windows color (decimal): -11184302 or 5396309. OLE color: 5396309.

HSL color Cylindrical-coordinate representation of color #555752: hue angle of 84º degrees, saturation: 0.03, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #555752 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.66.

Color convert

RGB858782-
CMYK0.0200.060.66
HSL84º2.96%33.14%-
HSV(B)84º5.75%34.12%-
XYZ8.689.369.33-
YUV85.83125.84127.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.46%
GREEN value IS 87 (34.38% from 255) = 34.25%
BLUE value IS 82 (32.42% from 255) = 32.28%
R=33.46%
G=34.25%
B=32.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8587820.0200.060.66842.9633.14
Hex5557522064254321
Octal125127122206102124341
Binary1010101101011110100101001101000010101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555752; }

 p { color: rgb(85,87,82); }

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

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

 a { background-color: rgb(85,87,82); }

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

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

 span { border-color: rgb(85,87,82); }

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