#557253

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

Shades of Cactus #557253

Tints of Cactus #557253

Color information

#557253 (or 0x557253) is unknown color: approx Cactus. HEX triplet: 55, 72 and 53. RGB value is (85,114,83). Sum of RGB (Red+Green+Blue) = 85+114+83=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 83 (32.81% from 255 or 29.43% from 282); Max value from RGB is 114 - color contains mainly: green. Hex color #557253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557253 is #AA8DAC. Grayscale: #656565. Windows color (decimal): -11177389 or 5468757. OLE color: 5468757.

HSL color Cylindrical-coordinate representation of color #557253: hue angle of 116.13º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #557253 is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB8511483-
CMYK0.2500.270.55
HSL116.13º15.74%38.63%-
HSV(B)116.13º27.19%44.71%-
XYZ11.3214.5910.4-
YUV101.8117.39116.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.14%
GREEN value IS 114 (44.92% from 255) = 40.43%
BLUE value IS 83 (32.81% from 255) = 29.43%
R=30.14%
G=40.43%
B=29.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85114830.2500.270.55116.1315.7438.63
Hex5572531901B37741027
Octal12516212331033671642047
Binary10101011110010101001111001011011110111111010010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557253; }

 p { color: rgb(85,114,83); }

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

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

 a { background-color: rgb(85,114,83); }

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

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

 span { border-color: rgb(85,114,83); }

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