#567061

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

Shades of Como #567061

Tints of Como #567061

Color information

#567061 (or 0x567061) is unknown color: approx Como. HEX triplet: 56, 70 and 61. RGB value is (86,112,97). Sum of RGB (Red+Green+Blue) = 86+112+97=295 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.15% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 112 - color contains mainly: green. Hex color #567061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567061 is #A98F9E. Grayscale: #666666. Windows color (decimal): -11112351 or 6385750. OLE color: 6385750.

HSL color Cylindrical-coordinate representation of color #567061: hue angle of 145.38º 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 #567061 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB8611297-
CMYK0.2300.130.56
HSL145.38º13.13%38.82%-
HSV(B)145.38º23.21%43.92%-
XYZ11.7914.4313.47-
YUV102.52124.89116.22-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.15%
GREEN value IS 112 (44.14% from 255) = 37.97%
BLUE value IS 97 (38.28% from 255) = 32.88%
R=29.15%
G=37.97%
B=32.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86112970.2300.130.56145.3813.1338.82
Hex567061170D3891d27
Octal12616014127015702211547
Binary1010110111000011000011011101101111000100100011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567061; }

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

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

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

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

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

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

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

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