#565852

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

Shades of Chicago #565852

Tints of Chicago #565852

Color information

#565852 (or 0x565852) is unknown color: approx Chicago. HEX triplet: 56, 58 and 52. RGB value is (86,88,82). Sum of RGB (Red+Green+Blue) = 86+88+82=256 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.59% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 88 - color contains mainly: green. Hex color #565852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565852 is #A9A7AD. Grayscale: #565656. Windows color (decimal): -11118510 or 5396566. OLE color: 5396566.

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

Color convert

RGB868882-
CMYK0.0200.070.65
HSL80º3.53%33.33%-
HSV(B)80º6.82%34.51%-
XYZ8.859.579.36-
YUV86.72125.34127.49-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.59%
GREEN value IS 88 (34.77% from 255) = 34.38%
BLUE value IS 82 (32.42% from 255) = 32.03%
R=33.59%
G=34.38%
B=32.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8688820.0200.070.65803.5333.33
Hex5658522074150421
Octal126130122207101120441
Binary10101101011000101001010011110000011010000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565852; }

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

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

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

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

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

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

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

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