#567564

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

Shades of Como #567564

Tints of Como #567564

Color information

#567564 (or 0x567564) is unknown color: approx Como. HEX triplet: 56, 75 and 64. RGB value is (86,117,100). Sum of RGB (Red+Green+Blue) = 86+117+100=303 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.38% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 117 - color contains mainly: green. Hex color #567564 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567564 is #A98A9B. Grayscale: #696969. Windows color (decimal): -11111068 or 6583638. OLE color: 6583638.

HSL color Cylindrical-coordinate representation of color #567564: hue angle of 147.1º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #567564 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB86117100-
CMYK0.2600.150.54
HSL147.1º15.27%39.8%-
HSV(B)147.1º26.5%45.88%-
XYZ12.515.6214.41-
YUV105.79124.73113.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.38%
GREEN value IS 117 (46.09% from 255) = 38.61%
BLUE value IS 100 (39.45% from 255) = 33.00%
R=28.38%
G=38.61%
B=33.00%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal861171000.2600.150.54147.115.2739.8
Hex5675641A0F3693f28
Octal12616514432017662231750
Binary1010110111010111001001101001111110110100100111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567564; }

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

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

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

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

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

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

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

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