#557B51

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

Shades of Cactus #557B51

Tints of Cactus #557B51

Color information

#557B51 (or 0x557B51) is unknown color: approx Cactus. HEX triplet: 55, 7B and 51. RGB value is (85,123,81). Sum of RGB (Red+Green+Blue) = 85+123+81=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 123 (48.44% from 255 or 42.56% from 289); Blue value is 81 (32.03% from 255 or 28.03% from 289); Max value from RGB is 123 - color contains mainly: green. Hex color #557B51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557B51 is #AA84AE. Grayscale: #6A6A6A. Windows color (decimal): -11175087 or 5339989. OLE color: 5339989.

HSL color Cylindrical-coordinate representation of color #557B51: hue angle of 114.29º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #557B51 is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.52.

Color convert

RGB8512381-
CMYK0.3100.340.52
HSL114.29º20.59%40%-
HSV(B)114.29º34.15%48.24%-
XYZ12.3116.6910.36-
YUV106.85113.41112.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.41%
GREEN value IS 123 (48.44% from 255) = 42.56%
BLUE value IS 81 (32.03% from 255) = 28.03%
R=29.41%
G=42.56%
B=28.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal85123810.3100.340.52114.2920.5940
Hex557B511F02234721528
Octal12517312137042641622550
Binary101010111110111010001111110100010110100111001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557B51; }

 p { color: rgb(85,123,81); }

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

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

 a { background-color: rgb(85,123,81); }

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

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

 span { border-color: rgb(85,123,81); }

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