#057E52

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

Shades of Watercourse #057E52

Tints of Watercourse #057E52

Color information

#057E52 (or 0x057E52) is unknown color: approx Watercourse. HEX triplet: 05, 7E and 52. RGB value is (5,126,82). Sum of RGB (Red+Green+Blue) = 5+126+82=213 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.35% from 213); Green value is 126 (49.61% from 255 or 59.15% from 213); Blue value is 82 (32.42% from 255 or 38.50% from 213); Max value from RGB is 126 - color contains mainly: green. Hex color #057E52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057E52 is #FA81AD. Grayscale: #545454. Windows color (decimal): -16417198 or 5406213. OLE color: 5406213.

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

Color convert

RGB512682-
CMYK0.9600.350.51
HSL158.18º92.37%25.69%-
HSV(B)158.18º96.03%49.41%-
XYZ9.0515.5610.51-
YUV84.8126.4171.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.35%
GREEN value IS 126 (49.61% from 255) = 59.15%
BLUE value IS 82 (32.42% from 255) = 38.50%
R=2.35%
G=59.15%
B=38.50%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5126820.9600.350.51158.1892.3725.69
Hex57E5260023339e5c1a
Octal51761221400436323613432
Binary101111111010100101100000010001111001110011110101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,126,82); }

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

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

 a { background-color: rgb(5,126,82); }

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

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

 span { border-color: rgb(5,126,82); }

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