Html Css Color HEX #566E50 Cactus

📋 copy color: '#566E50'

red 86 ◦ green 110 ◦ blue 80

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

Shades of Cactus #566E50

Tints of Cactus #566E50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 28.99%

R = 31.16%
G = 39.86%
B = 28.99%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.27

 K value IS 0.57

RGB Variations

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

Color information

#566E50 (or 0x566E50) is known color: Cactus. HEX triplet: 56, 6E and 50. RGB value is (86,110,80). Sum of RGB (Red+Green+Blue) = 86+110+80=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 110 (43.36% from 255 or 39.86% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 110 - color contains mainly: green. Hex color #566E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566E50 is #A991AF. Grayscale: #636363. Windows color (decimal): -11112880 or 5271126. OLE color: 5271126.

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

Color convert

RGB 86 110 80 -
CMYK 0.22 0 0.27 0.57
HSL 108º 0.16% 0.37% -
HSV(B) 108º 0.27% 0.43% -
XYZ 10.86 13.71 9.66 -
YUV 99.4 117.05 118.44 -
System Red Green Blue C M Y K H S L
Decimal 86 110 80 0.22 0 0.27 0.57 108 0.16 0.37
Hex 56 6E 50 16 0 1B 39 6C 10 25
Octal 126 156 120 26 0 33 71 154 20 45
Binary 1010110 1101110 1010000 10110 0 11011 111001 1101100 10000 100101

Color Harmonies of #566E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566E50

Black with #566E50

Text Example


Text Example

White with #566E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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