#557B53

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

Shades of Cactus #557B53

Tints of Cactus #557B53

Color information

#557B53 (or 0x557B53) is unknown color: approx Cactus. HEX triplet: 55, 7B and 53. RGB value is (85,123,83). Sum of RGB (Red+Green+Blue) = 85+123+83=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 123 (48.44% from 255 or 42.27% from 291); Blue value is 83 (32.81% from 255 or 28.52% from 291); Max value from RGB is 123 - color contains mainly: green. Hex color #557B53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557B53 is #AA84AC. Grayscale: #6B6B6B. Windows color (decimal): -11175085 or 5471061. OLE color: 5471061.

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

Color convert

RGB8512383-
CMYK0.3100.330.52
HSL117º19.42%40.39%-
HSV(B)117º32.52%48.24%-
XYZ12.3916.7210.76-
YUV107.08114.41112.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.21%
GREEN value IS 123 (48.44% from 255) = 42.27%
BLUE value IS 83 (32.81% from 255) = 28.52%
R=29.21%
G=42.27%
B=28.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal85123830.3100.330.5211719.4240.39
Hex557B531F02134751328
Octal12517312337041641652350
Binary101010111110111010011111110100001110100111010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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