Html Css Color HEX #556651 Cactus

📋 copy color: '#556651'

red 85 ◦ green 102 ◦ blue 81

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

Shades of Cactus #556651

Tints of Cactus #556651

RGB

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

 GREEN value IS 102 (40.23% from 255) = 38.06%

 BLUE value IS 81 (32.03% from 255) = 30.22%

R = 31.72%
G = 38.06%
B = 30.22%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.21

 K value IS 0.6

RGB Variations

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

Color information

#556651 (or 0x556651) is known color: Cactus. HEX triplet: 55, 66 and 51. RGB value is (85,102,81). Sum of RGB (Red+Green+Blue) = 85+102+81=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 81 (32.03% from 255 or 30.22% from 268); Max value from RGB is 102 - color contains mainly: green. Hex color #556651 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556651 is #AA99AE. Grayscale: #5E5E5E. Windows color (decimal): -11180463 or 5334613. OLE color: 5334613.

HSL color Cylindrical-coordinate representation of color #556651: hue angle of 108.57º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #556651 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.6.

Color convert

RGB 85 102 81 -
CMYK 0.17 0 0.21 0.6
HSL 108.57º 0.11% 0.36% -
HSV(B) 108.57º 0.21% 0.4% -
XYZ 9.98 12.03 9.58 -
YUV 94.52 120.37 121.21 -
System Red Green Blue C M Y K H S L
Decimal 85 102 81 0.17 0 0.21 0.6 108.57 0.11 0.36
Hex 55 66 51 11 0 15 3C 6D B 24
Octal 125 146 121 21 0 25 74 155 13 44
Binary 1010101 1100110 1010001 10001 0 10101 111100 1101101 1011 100100

Color Harmonies of #556651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556651

Black with #556651

Text Example


Text Example

White with #556651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556651; }

 p { color: rgb(85,102,81); }

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

background-color css

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

 a { background-color: rgb(85,102,81); }

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

border-color css

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

 span { border-color: rgb(85,102,81); }

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