#567060

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

Shades of Como #567060

Tints of Como #567060

Color information

#567060 (or 0x567060) is unknown color: approx Como. HEX triplet: 56, 70 and 60. RGB value is (86,112,96). Sum of RGB (Red+Green+Blue) = 86+112+96=294 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.25% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 96 (37.89% from 255 or 32.65% from 294); Max value from RGB is 112 - color contains mainly: green. Hex color #567060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567060 is #A98F9F. Grayscale: #666666. Windows color (decimal): -11112352 or 6320214. OLE color: 6320214.

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

Color convert

RGB8611296-
CMYK0.2300.140.56
HSL143.08º13.13%38.82%-
HSV(B)143.08º23.21%43.92%-
XYZ11.7414.4113.23-
YUV102.4124.39116.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.25%
GREEN value IS 112 (44.14% from 255) = 38.10%
BLUE value IS 96 (37.89% from 255) = 32.65%
R=29.25%
G=38.10%
B=32.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86112960.2300.140.56143.0813.1338.82
Hex567060170E388fd27
Octal12616014027016702171547
Binary1010110111000011000001011101110111000100011111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567060; }

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

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

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

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

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

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

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

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