#057D4F

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

Shades of Watercourse #057D4F

Tints of Watercourse #057D4F

Color information

#057D4F (or 0x057D4F) is unknown color: approx Watercourse. HEX triplet: 05, 7D and 4F. RGB value is (5,125,79). Sum of RGB (Red+Green+Blue) = 5+125+79=209 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.39% from 209); Green value is 125 (49.22% from 255 or 59.81% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 125 - color contains mainly: green. Hex color #057D4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057D4F is #FA82B0. Grayscale: #535353. Windows color (decimal): -16417457 or 5209349. OLE color: 5209349.

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

Color convert

RGB512579-
CMYK0.9600.370.51
HSL157º92.31%25.49%-
HSV(B)157º96%49.02%-
XYZ8.8115.269.88-
YUV83.88125.2471.74-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.39%
GREEN value IS 125 (49.22% from 255) = 59.81%
BLUE value IS 79 (31.25% from 255) = 37.80%
R=2.39%
G=59.81%
B=37.80%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5125790.9600.370.5115792.3125.49
Hex57D4F60025339d5c19
Octal51751171400456323513431
Binary101111110110011111100000010010111001110011101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,125,79); }

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

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

 a { background-color: rgb(5,125,79); }

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

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

 span { border-color: rgb(5,125,79); }

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