#057251

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

Shades of Watercourse #057251

Tints of Watercourse #057251

Color information

#057251 (or 0x057251) is unknown color: approx Watercourse. HEX triplet: 05, 72 and 51. RGB value is (5,114,81). Sum of RGB (Red+Green+Blue) = 5+114+81=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 114 (44.92% from 255 or 57% from 200); Blue value is 81 (32.03% from 255 or 40.5% from 200); Max value from RGB is 114 - color contains mainly: green. Hex color #057251 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057251 is #FA8DAE. Grayscale: #4D4D4D. Windows color (decimal): -16420271 or 5337605. OLE color: 5337605.

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

Color convert

RGB511481-
CMYK0.9600.290.55
HSL161.83º91.6%23.33%-
HSV(B)161.83º95.61%44.71%-
XYZ7.5712.669.83-
YUV77.65129.8976.18-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.5%
GREEN value IS 114 (44.92% from 255) = 57%
BLUE value IS 81 (32.03% from 255) = 40.5%
R=2.5%
G=57%
B=40.5%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5114810.9600.290.55161.8391.623.33
Hex572516001D37a25c17
Octal51621211400356724213427
Binary10111100101010001110000001110111011110100010101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057251; }

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

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

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

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

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

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

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

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