#057C51

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

Shades of Watercourse #057C51

Tints of Watercourse #057C51

Color information

#057C51 (or 0x057C51) is unknown color: approx Watercourse. HEX triplet: 05, 7C and 51. RGB value is (5,124,81). Sum of RGB (Red+Green+Blue) = 5+124+81=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 124 (48.83% from 255 or 59.05% from 210); Blue value is 81 (32.03% from 255 or 38.57% from 210); Max value from RGB is 124 - color contains mainly: green. Hex color #057C51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057C51 is #FA83AE. Grayscale: #535353. Windows color (decimal): -16417711 or 5340165. OLE color: 5340165.

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

Color convert

RGB512481-
CMYK0.9600.350.51
HSL158.32º92.25%25.29%-
HSV(B)158.32º95.97%48.63%-
XYZ8.7615.0410.23-
YUV83.52126.5872-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.38%
GREEN value IS 124 (48.83% from 255) = 59.05%
BLUE value IS 81 (32.03% from 255) = 38.57%
R=2.38%
G=59.05%
B=38.57%

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
Decimal5124810.9600.350.51158.3292.2525.29
Hex57C5160023339e5c19
Octal51741211400436323613431
Binary101111110010100011100000010001111001110011110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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