Html Css Color HEX #556552 Cactus

📋 copy color: '#556552'

red 85 ◦ green 101 ◦ blue 82

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

Shades of Cactus #556552

Tints of Cactus #556552

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.69%

 BLUE value IS 82 (32.42% from 255) = 30.6%

R = 31.72%
G = 37.69%
B = 30.6%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.19

 K value IS 0.60

RGB Variations

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

Color information

#556552 (or 0x556552) is known color: Cactus. HEX triplet: 55, 65 and 52. RGB value is (85,101,82). Sum of RGB (Red+Green+Blue) = 85+101+82=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 101 - color contains mainly: green. Hex color #556552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556552 is #AA9AAD. Grayscale: #5E5E5E. Windows color (decimal): -11180718 or 5399893. OLE color: 5399893.

HSL color Cylindrical-coordinate representation of color #556552: hue angle of 110.53º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #556552 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.60.

Color convert

RGB 85 101 82 -
CMYK 0.16 0 0.19 0.60
HSL 110.53º 0.1% 0.36% -
HSV(B) 110.53º 0.19% 0.4% -
XYZ 9.92 11.85 9.75 -
YUV 94.05 121.2 121.54 -
System Red Green Blue C M Y K H S L
Decimal 85 101 82 0.16 0 0.19 0.60 110.53 0.1 0.36
Hex 55 65 52 10 0 13 3C 6F A 24
Octal 125 145 122 20 0 23 74 157 12 44
Binary 1010101 1100101 1010010 10000 0 10011 111100 1101111 1010 100100

Color Harmonies of #556552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556552

Black with #556552

Text Example


Text Example

White with #556552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556552; }

 p { color: rgb(85,101,82); }

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

background-color css

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

 a { background-color: rgb(85,101,82); }

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

border-color css

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

 span { border-color: rgb(85,101,82); }

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