#567062

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

Shades of Como #567062

Tints of Como #567062

Color information

#567062 (or 0x567062) is unknown color: approx Como. HEX triplet: 56, 70 and 62. RGB value is (86,112,98). Sum of RGB (Red+Green+Blue) = 86+112+98=296 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.05% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 98 (38.67% from 255 or 33.11% from 296); Max value from RGB is 112 - color contains mainly: green. Hex color #567062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567062 is #A98F9D. Grayscale: #666666. Windows color (decimal): -11112350 or 6451286. OLE color: 6451286.

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

Color convert

RGB8611298-
CMYK0.2300.130.56
HSL147.69º13.13%38.82%-
HSV(B)147.69º23.21%43.92%-
XYZ11.8414.4513.72-
YUV102.63125.39116.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.05%
GREEN value IS 112 (44.14% from 255) = 37.84%
BLUE value IS 98 (38.67% from 255) = 33.11%
R=29.05%
G=37.84%
B=33.11%

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
Decimal86112980.2300.130.56147.6913.1338.82
Hex567062170D3894d27
Octal12616014227015702241547
Binary1010110111000011000101011101101111000100101001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567062; }

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

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

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

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

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

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

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

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