#057A51

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

Shades of Watercourse #057A51

Tints of Watercourse #057A51

Color information

#057A51 (or 0x057A51) is unknown color: approx Watercourse. HEX triplet: 05, 7A and 51. RGB value is (5,122,81). Sum of RGB (Red+Green+Blue) = 5+122+81=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 122 (48.05% from 255 or 58.65% from 208); Blue value is 81 (32.03% from 255 or 38.94% from 208); Max value from RGB is 122 - color contains mainly: green. Hex color #057A51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057A51 is #FA85AE. Grayscale: #525252. Windows color (decimal): -16418223 or 5339653. OLE color: 5339653.

HSL color Cylindrical-coordinate representation of color #057A51: hue angle of 158.97º 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 #057A51 is Cyan = 0.96, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.52.

Color convert

RGB512281-
CMYK0.9600.340.52
HSL158.97º92.13%24.9%-
HSV(B)158.97º95.9%47.84%-
XYZ8.5114.5510.14-
YUV82.34127.2472.83-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.40%
GREEN value IS 122 (48.05% from 255) = 58.65%
BLUE value IS 81 (32.03% from 255) = 38.94%
R=2.40%
G=58.65%
B=38.94%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5122810.9600.340.52158.9792.1324.9
Hex57A5160022349f5c19
Octal51721211400426423713431
Binary101111101010100011100000010001011010010011111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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