#557C53

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

Shades of Hippie Green #557C53

Tints of Hippie Green #557C53

Color information

#557C53 (or 0x557C53) is unknown color: approx Hippie Green. HEX triplet: 55, 7C and 53. RGB value is (85,124,83). Sum of RGB (Red+Green+Blue) = 85+124+83=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 124 (48.83% from 255 or 42.47% from 292); Blue value is 83 (32.81% from 255 or 28.42% from 292); Max value from RGB is 124 - color contains mainly: green. Hex color #557C53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557C53 is #AA83AC. Grayscale: #6B6B6B. Windows color (decimal): -11174829 or 5471317. OLE color: 5471317.

HSL color Cylindrical-coordinate representation of color #557C53: hue angle of 117.07º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #557C53 is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.

Color convert

RGB8512483-
CMYK0.3100.330.51
HSL117.07º19.81%40.59%-
HSV(B)117.07º33.06%48.63%-
XYZ12.5216.9710.8-
YUV107.66114.08111.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.11%
GREEN value IS 124 (48.83% from 255) = 42.47%
BLUE value IS 83 (32.81% from 255) = 28.42%
R=29.11%
G=42.47%
B=28.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal85124830.3100.330.51117.0719.8140.59
Hex557C531F02133751429
Octal12517412337041631652451
Binary101010111111001010011111110100001110011111010110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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