#566C60

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

Shades of Como #566C60

Tints of Como #566C60

Color information

#566C60 (or 0x566C60) is unknown color: approx Como. HEX triplet: 56, 6C and 60. RGB value is (86,108,96). Sum of RGB (Red+Green+Blue) = 86+108+96=290 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.66% from 290); Green value is 108 (42.58% from 255 or 37.24% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 108 - color contains mainly: green. Hex color #566C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566C60 is #A9939F. Grayscale: #646464. Windows color (decimal): -11113376 or 6319190. OLE color: 6319190.

HSL color Cylindrical-coordinate representation of color #566C60: hue angle of 147.27º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #566C60 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB8610896-
CMYK0.2000.110.58
HSL147.27º11.34%38.04%-
HSV(B)147.27º20.37%42.35%-
XYZ11.3113.5513.09-
YUV100.05125.71117.98-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.66%
GREEN value IS 108 (42.58% from 255) = 37.24%
BLUE value IS 96 (37.89% from 255) = 33.10%
R=29.66%
G=37.24%
B=33.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86108960.2000.110.58147.2711.3438.04
Hex566C60140B3A93b26
Octal12615414024013722231346
Binary1010110110110011000001010001011111010100100111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566C60; }

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

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

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

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

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

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

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

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