Html Css Color HEX #566A55 Cactus

📋 copy color: '#566A55'

red 86 ◦ green 106 ◦ blue 85

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

Shades of Cactus #566A55

Tints of Cactus #566A55

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.27%

 BLUE value IS 85 (33.59% from 255) = 30.69%

R = 31.05%
G = 38.27%
B = 30.69%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.20

 K value IS 0.58

RGB Variations

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

Color information

#566A55 (or 0x566A55) is known color: Cactus. HEX triplet: 56, 6A and 55. RGB value is (86,106,85). Sum of RGB (Red+Green+Blue) = 86+106+85=277 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.05% from 277); Green value is 106 (41.80% from 255 or 38.27% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 106 - color contains mainly: green. Hex color #566A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566A55 is #A995AA. Grayscale: #616161. Windows color (decimal): -11113899 or 5597782. OLE color: 5597782.

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

Color convert

RGB 86 106 85 -
CMYK 0.19 0 0.20 0.58
HSL 117.14º 0.11% 0.37% -
HSV(B) 117.14º 0.2% 0.42% -
XYZ 10.63 12.94 10.53 -
YUV 97.63 120.87 119.71 -
System Red Green Blue C M Y K H S L
Decimal 86 106 85 0.19 0 0.20 0.58 117.14 0.11 0.37
Hex 56 6A 55 13 0 14 3A 75 B 25
Octal 126 152 125 23 0 24 72 165 13 45
Binary 1010110 1101010 1010101 10011 0 10100 111010 1110101 1011 100101

Color Harmonies of #566A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566A55

Black with #566A55

Text Example


Text Example

White with #566A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,106,85); }

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

background-color css

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

 a { background-color: rgb(86,106,85); }

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

border-color css

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

 span { border-color: rgb(86,106,85); }

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