#567560

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

Shades of Como #567560

Tints of Como #567560

Color information

#567560 (or 0x567560) is unknown color: approx Como. HEX triplet: 56, 75 and 60. RGB value is (86,117,96). Sum of RGB (Red+Green+Blue) = 86+117+96=299 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.76% from 299); Green value is 117 (46.09% from 255 or 39.13% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 117 - color contains mainly: green. Hex color #567560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567560 is #A98A9F. Grayscale: #696969. Windows color (decimal): -11111072 or 6321494. OLE color: 6321494.

HSL color Cylindrical-coordinate representation of color #567560: hue angle of 139.35º 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 #567560 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB8611796-
CMYK0.2600.180.54
HSL139.35º15.27%39.8%-
HSV(B)139.35º26.5%45.88%-
XYZ12.3115.5513.42-
YUV105.34122.73114.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.76%
GREEN value IS 117 (46.09% from 255) = 39.13%
BLUE value IS 96 (37.89% from 255) = 32.11%
R=28.76%
G=39.13%
B=32.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86117960.2600.180.54139.3515.2739.8
Hex5675601A012368bf28
Octal12616514032022662131750
Binary10101101110101110000011010010010110110100010111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567560; }

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

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

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

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

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

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

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

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