#567160

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

Shades of Como #567160

Tints of Como #567160

Color information

#567160 (or 0x567160) is unknown color: approx Como. HEX triplet: 56, 71 and 60. RGB value is (86,113,96). Sum of RGB (Red+Green+Blue) = 86+113+96=295 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.15% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 113 - color contains mainly: green. Hex color #567160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567160 is #A98E9F. Grayscale: #676767. Windows color (decimal): -11112096 or 6320470. OLE color: 6320470.

HSL color Cylindrical-coordinate representation of color #567160: hue angle of 142.22º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #567160 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB8611396-
CMYK0.2400.150.56
HSL142.22º13.57%39.02%-
HSV(B)142.22º23.89%44.31%-
XYZ11.8514.6313.27-
YUV102.99124.05115.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.15%
GREEN value IS 113 (44.53% from 255) = 38.31%
BLUE value IS 96 (37.89% from 255) = 32.54%
R=29.15%
G=38.31%
B=32.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86113960.2400.150.56142.2213.5739.02
Hex567160180F388ee27
Octal12616114030017702161647
Binary1010110111000111000001100001111111000100011101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567160; }

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

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

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

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

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

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

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

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