#057F50

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

Shades of Watercourse #057F50

Tints of Watercourse #057F50

Color information

#057F50 (or 0x057F50) is unknown color: approx Watercourse. HEX triplet: 05, 7F and 50. RGB value is (5,127,80). Sum of RGB (Red+Green+Blue) = 5+127+80=212 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.36% from 212); Green value is 127 (50% from 255 or 59.91% from 212); Blue value is 80 (31.64% from 255 or 37.74% from 212); Max value from RGB is 127 - color contains mainly: green. Hex color #057F50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057F50 is #FA80AF. Grayscale: #555555. Windows color (decimal): -16416944 or 5275397. OLE color: 5275397.

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

Color convert

RGB512780-
CMYK0.9600.370.50
HSL156.89º92.42%25.88%-
HSV(B)156.89º96.06%49.8%-
XYZ9.115.7910.16-
YUV85.16125.0870.82-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.36%
GREEN value IS 127 (50% from 255) = 59.91%
BLUE value IS 80 (31.64% from 255) = 37.74%
R=2.36%
G=59.91%
B=37.74%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5127800.9600.370.50156.8992.4225.88
Hex57F5060025329d5c1a
Octal51771201400456223513432
Binary101111111110100001100000010010111001010011101101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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