#557054

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

Shades of Cactus #557054

Tints of Cactus #557054

Color information

#557054 (or 0x557054) is unknown color: approx Cactus. HEX triplet: 55, 70 and 54. RGB value is (85,112,84). Sum of RGB (Red+Green+Blue) = 85+112+84=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 84 (33.20% from 255 or 29.89% from 281); Max value from RGB is 112 - color contains mainly: green. Hex color #557054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557054 is #AA8FAB. Grayscale: #646464. Windows color (decimal): -11177900 or 5533781. OLE color: 5533781.

HSL color Cylindrical-coordinate representation of color #557054: hue angle of 117.86º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #557054 is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB8511284-
CMYK0.2400.250.56
HSL117.86º14.29%38.43%-
HSV(B)117.86º25%43.92%-
XYZ11.1414.1610.53-
YUV100.73118.55116.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.25%
GREEN value IS 112 (44.14% from 255) = 39.86%
BLUE value IS 84 (33.20% from 255) = 29.89%
R=30.25%
G=39.86%
B=29.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85112840.2400.250.56117.8614.2938.43
Hex557054180193876e26
Octal12516012430031701661646
Binary1010101111000010101001100001100111100011101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557054; }

 p { color: rgb(85,112,84); }

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

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

 a { background-color: rgb(85,112,84); }

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

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

 span { border-color: rgb(85,112,84); }

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