Html Css Color HEX #556A50 Cactus

📋 copy color: '#556A50'

red 85 ◦ green 106 ◦ blue 80

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

Shades of Cactus #556A50

Tints of Cactus #556A50

RGB

 RED value IS 85 (33.59% from 255) = 31.37%

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

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

R = 31.37%
G = 39.11%
B = 29.52%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#556A50 (or 0x556A50) is known color: Cactus. HEX triplet: 55, 6A and 50. RGB value is (85,106,80). Sum of RGB (Red+Green+Blue) = 85+106+80=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 106 (41.80% from 255 or 39.11% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 106 - color contains mainly: green. Hex color #556A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556A50 is #AA95AF. Grayscale: #606060. Windows color (decimal): -11179440 or 5270101. OLE color: 5270101.

HSL color Cylindrical-coordinate representation of color #556A50: hue angle of 108.46º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #556A50 is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB 85 106 80 -
CMYK 0.20 0 0.25 0.58
HSL 108.46º 0.14% 0.36% -
HSV(B) 108.46º 0.25% 0.42% -
XYZ 10.35 12.82 9.52 -
YUV 96.76 118.54 119.61 -
System Red Green Blue C M Y K H S L
Decimal 85 106 80 0.20 0 0.25 0.58 108.46 0.14 0.36
Hex 55 6A 50 14 0 19 3A 6C E 24
Octal 125 152 120 24 0 31 72 154 16 44
Binary 1010101 1101010 1010000 10100 0 11001 111010 1101100 1110 100100

Color Harmonies of #556A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556A50

Black with #556A50

Text Example


Text Example

White with #556A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556A50; }

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

 H1.HeaderClassName
 {
   color: #556A50;
 }
 .AnyTagClassName
 {
   color: #556A50;
 }
</style>

background-color css

<style>
 a { background-color: #556A50; }

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

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

border-color css

<style>
 span { border-color: #556A50; }

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

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