#556852

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

Shades of Cactus #556852

Tints of Cactus #556852

Color information

#556852 (or 0x556852) is unknown color: approx Cactus. HEX triplet: 55, 68 and 52. RGB value is (85,104,82). Sum of RGB (Red+Green+Blue) = 85+104+82=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 104 (41.02% from 255 or 38.38% from 271); Blue value is 82 (32.42% from 255 or 30.26% from 271); Max value from RGB is 104 - color contains mainly: green. Hex color #556852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556852 is #AA97AD. Grayscale: #5F5F5F. Windows color (decimal): -11179950 or 5400661. OLE color: 5400661.

HSL color Cylindrical-coordinate representation of color #556852: hue angle of 111.82º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #556852 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB8510482-
CMYK0.1800.210.59
HSL111.82º11.83%36.47%-
HSV(B)111.82º21.15%40.78%-
XYZ10.2212.449.85-
YUV95.81120.21120.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.37%
GREEN value IS 104 (41.02% from 255) = 38.38%
BLUE value IS 82 (32.42% from 255) = 30.26%
R=31.37%
G=38.38%
B=30.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85104820.1800.210.59111.8211.8336.47
Hex556852120153B70c24
Octal12515012222025731601444
Binary1010101110100010100101001001010111101111100001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556852; }

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

 H1.HeaderClassName
 {
   color: #556852;
 }
 .AnyTagClassName
 {
   color: #556852;
 }
</style>
background-color css

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

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

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

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

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

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