#566B5E

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

Shades of Como #566B5E

Tints of Como #566B5E

Color information

#566B5E (or 0x566B5E) is unknown color: approx Como. HEX triplet: 56, 6B and 5E. RGB value is (86,107,94). Sum of RGB (Red+Green+Blue) = 86+107+94=287 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.97% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 107 - color contains mainly: green. Hex color #566B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566B5E is #A994A1. Grayscale: #636363. Windows color (decimal): -11113634 or 6187862. OLE color: 6187862.

HSL color Cylindrical-coordinate representation of color #566B5E: hue angle of 142.86º 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 #566B5E is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB8610794-
CMYK0.2000.120.58
HSL142.86º10.88%37.84%-
HSV(B)142.86º19.63%41.96%-
XYZ11.1213.312.57-
YUV99.24125.04118.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.97%
GREEN value IS 107 (42.19% from 255) = 37.28%
BLUE value IS 94 (37.11% from 255) = 32.75%
R=29.97%
G=37.28%
B=32.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86107940.2000.120.58142.8610.8837.84
Hex566B5E140C3A8fb26
Octal12615313624014722171346
Binary1010110110101110111101010001100111010100011111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,107,94); }

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

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

 a { background-color: rgb(86,107,94); }

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

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

 span { border-color: rgb(86,107,94); }

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