Html Css Color HEX #566E60 Como

📋 copy color: '#566E60'

red 86 ◦ green 110 ◦ blue 96

#566E60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Como #566E60

Tints of Como #566E60

RGB

 RED value IS 86 (33.98% from 255) = 29.45%

 GREEN value IS 110 (43.36% from 255) = 37.67%

 BLUE value IS 96 (37.89% from 255) = 32.88%

R = 29.45%
G = 37.67%
B = 32.88%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.13

 K value IS 0.57

RGB Variations

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

Color information

#566E60 (or 0x566E60) is known color: Como. HEX triplet: 56, 6E and 60. RGB value is (86,110,96). Sum of RGB (Red+Green+Blue) = 86+110+96=292 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.45% from 292); Green value is 110 (43.36% from 255 or 37.67% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 110 - color contains mainly: green. Hex color #566E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566E60 is #A9919F. Grayscale: #656565. Windows color (decimal): -11112864 or 6319702. OLE color: 6319702.

HSL color Cylindrical-coordinate representation of color #566E60: hue angle of 145º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #566E60 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.57.

Color convert

RGB 86 110 96 -
CMYK 0.22 0 0.13 0.57
HSL 145º 0.12% 0.38% -
HSV(B) 145º 0.22% 0.43% -
XYZ 11.53 13.97 13.16 -
YUV 101.23 125.05 117.14 -
System Red Green Blue C M Y K H S L
Decimal 86 110 96 0.22 0 0.13 0.57 145 0.12 0.38
Hex 56 6E 60 16 0 D 39 91 C 26
Octal 126 156 140 26 0 15 71 221 14 46
Binary 1010110 1101110 1100000 10110 0 1101 111001 10010001 1100 100110

Color Harmonies of #566E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566E60

Black with #566E60

Text Example


Text Example

White with #566E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #566E60;
 }
 .AnyTagClassName
 {
   color: #566E60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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