#057151

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

Shades of Watercourse #057151

Tints of Watercourse #057151

Color information

#057151 (or 0x057151) is unknown color: approx Watercourse. HEX triplet: 05, 71 and 51. RGB value is (5,113,81). Sum of RGB (Red+Green+Blue) = 5+113+81=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 113 (44.53% from 255 or 56.78% from 199); Blue value is 81 (32.03% from 255 or 40.70% from 199); Max value from RGB is 113 - color contains mainly: green. Hex color #057151 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057151 is #FA8EAE. Grayscale: #4D4D4D. Windows color (decimal): -16420527 or 5337349. OLE color: 5337349.

HSL color Cylindrical-coordinate representation of color #057151: hue angle of 162.22º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057151 is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB511381-
CMYK0.9600.280.56
HSL162.22º91.53%23.14%-
HSV(B)162.22º95.58%44.31%-
XYZ7.4512.449.79-
YUV77.06130.2276.6-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.51%
GREEN value IS 113 (44.53% from 255) = 56.78%
BLUE value IS 81 (32.03% from 255) = 40.70%
R=2.51%
G=56.78%
B=40.70%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5113810.9600.280.56162.2291.5323.14
Hex571516001C38a25c17
Octal51611211400347024213427
Binary10111100011010001110000001110011100010100010101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057151; }

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

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

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

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

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

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

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

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