#556552

Color #556552 Cactus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cactus #556552

Tints of Cactus #556552

Color information

#556552 (or 0x556552) is unknown color: approx 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

RGB8510182-
CMYK0.1600.190.60
HSL110.53º10.38%35.88%-
HSV(B)110.53º18.81%39.61%-
XYZ9.9211.859.75-
YUV94.05121.2121.54-

RGB Variations

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

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.60%
R=31.72%
G=37.69%
B=30.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85101820.1600.190.60110.5310.3835.88
Hex556552100133C6fa24
Octal12514512220023741571244
Binary1010101110010110100101000001001111110011011111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>