#567864

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

Shades of Como #567864

Tints of Como #567864

Color information

#567864 (or 0x567864) is unknown color: approx Como. HEX triplet: 56, 78 and 64. RGB value is (86,120,100). Sum of RGB (Red+Green+Blue) = 86+120+100=306 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.10% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 100 (39.45% from 255 or 32.68% from 306); Max value from RGB is 120 - color contains mainly: green. Hex color #567864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567864 is #A9879B. Grayscale: #6B6B6B. Windows color (decimal): -11110300 or 6584406. OLE color: 6584406.

HSL color Cylindrical-coordinate representation of color #567864: hue angle of 144.71º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #567864 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB86120100-
CMYK0.2800.170.53
HSL144.71º16.5%40.39%-
HSV(B)144.71º28.33%47.06%-
XYZ12.8516.3314.53-
YUV107.55123.74112.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.10%
GREEN value IS 120 (47.27% from 255) = 39.22%
BLUE value IS 100 (39.45% from 255) = 32.68%
R=28.10%
G=39.22%
B=32.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal861201000.2800.170.53144.7116.540.39
Hex5678641C01135911128
Octal12617014434021652212150
Binary101011011110001100100111000100011101011001000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567864; }

 p { color: rgb(86,120,100); }

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

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

 a { background-color: rgb(86,120,100); }

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

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

 span { border-color: rgb(86,120,100); }

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