#565355

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

Shades of Liver #565355

Tints of Liver #565355

Color information

#565355 (or 0x565355) is unknown color: approx Liver. HEX triplet: 56, 53 and 55. RGB value is (86,83,85). Sum of RGB (Red+Green+Blue) = 86+83+85=254 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.86% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 85 (33.59% from 255 or 33.46% from 254); Max value from RGB is 86 - color contains mainly: red. Hex color #565355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565355 is #A9ACAA. Grayscale: #545454. Windows color (decimal): -11119787 or 5591894. OLE color: 5591894.

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

Color convert

RGB868385-
CMYK00.030.010.66
HSL320º1.78%33.14%-
HSV(B)320º3.49%33.73%-
XYZ8.578.829.85-
YUV84.12128.49129.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.86%
GREEN value IS 83 (32.81% from 255) = 32.68%
BLUE value IS 85 (33.59% from 255) = 33.46%
R=33.86%
G=32.68%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86838500.030.010.663201.7833.14
Hex56535503142140221
Octal126123125031102500241
Binary1010110101001110101010111100001010100000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565355; }

 p { color: rgb(86,83,85); }

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

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

 a { background-color: rgb(86,83,85); }

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

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

 span { border-color: rgb(86,83,85); }

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