#057A4F

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

Shades of Watercourse #057A4F

Tints of Watercourse #057A4F

Color information

#057A4F (or 0x057A4F) is unknown color: approx Watercourse. HEX triplet: 05, 7A and 4F. RGB value is (5,122,79). Sum of RGB (Red+Green+Blue) = 5+122+79=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 122 (48.05% from 255 or 59.22% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 122 - color contains mainly: green. Hex color #057A4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057A4F is #FA85B0. Grayscale: #525252. Windows color (decimal): -16418225 or 5208581. OLE color: 5208581.

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

Color convert

RGB512279-
CMYK0.9600.350.52
HSL157.95º92.13%24.9%-
HSV(B)157.95º95.9%47.84%-
XYZ8.4314.529.75-
YUV82.12126.2473-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.43%
GREEN value IS 122 (48.05% from 255) = 59.22%
BLUE value IS 79 (31.25% from 255) = 38.35%
R=2.43%
G=59.22%
B=38.35%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5122790.9600.350.52157.9592.1324.9
Hex57A4F60023349e5c19
Octal51721171400436423613431
Binary101111101010011111100000010001111010010011110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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