Html Css Color HEX #557F50 Hippie Green

📋 copy color: '#557F50'

red 85 ◦ green 127 ◦ blue 80

#557F50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Green #557F50

Tints of Hippie Green #557F50

RGB

 RED value IS 85 (33.59% from 255) = 29.11%

 GREEN value IS 127 (50% from 255) = 43.49%

 BLUE value IS 80 (31.64% from 255) = 27.4%

R = 29.11%
G = 43.49%
B = 27.4%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.37

 K value IS 0.50

RGB Variations

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

Color information

#557F50 (or 0x557F50) is known color: Hippie Green. HEX triplet: 55, 7F and 50. RGB value is (85,127,80). Sum of RGB (Red+Green+Blue) = 85+127+80=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 127 (50% from 255 or 43.49% from 292); Blue value is 80 (31.64% from 255 or 27.40% from 292); Max value from RGB is 127 - color contains mainly: green. Hex color #557F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557F50 is #AA80AF. Grayscale: #6D6D6D. Windows color (decimal): -11174064 or 5275477. OLE color: 5275477.

HSL color Cylindrical-coordinate representation of color #557F50: hue angle of 113.62º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #557F50 is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.50.

Color convert

RGB 85 127 80 -
CMYK 0.33 0 0.37 0.50
HSL 113.62º 0.23% 0.41% -
HSV(B) 113.62º 0.37% 0.5% -
XYZ 12.78 17.69 10.33 -
YUV 109.08 111.59 110.82 -
System Red Green Blue C M Y K H S L
Decimal 85 127 80 0.33 0 0.37 0.50 113.62 0.23 0.41
Hex 55 7F 50 21 0 25 32 72 17 29
Octal 125 177 120 41 0 45 62 162 27 51
Binary 1010101 1111111 1010000 100001 0 100101 110010 1110010 10111 101001

Color Harmonies of #557F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557F50

Black with #557F50

Text Example


Text Example

White with #557F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,127,80); }

 H1.HeaderClassName
 {
   color: #557F50;
 }
 .AnyTagClassName
 {
   color: #557F50;
 }
</style>

background-color css

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

 a { background-color: rgb(85,127,80); }

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

border-color css

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

 span { border-color: rgb(85,127,80); }

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