#057951

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

Shades of Watercourse #057951

Tints of Watercourse #057951

Color information

#057951 (or 0x057951) is unknown color: approx Watercourse. HEX triplet: 05, 79 and 51. RGB value is (5,121,81). Sum of RGB (Red+Green+Blue) = 5+121+81=207 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.42% from 207); Green value is 121 (47.66% from 255 or 58.45% from 207); Blue value is 81 (32.03% from 255 or 39.13% from 207); Max value from RGB is 121 - color contains mainly: green. Hex color #057951 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057951 is #FA86AE. Grayscale: #515151. Windows color (decimal): -16418479 or 5339397. OLE color: 5339397.

HSL color Cylindrical-coordinate representation of color #057951: hue angle of 159.31º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057951 is Cyan = 0.96, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB512181-
CMYK0.9600.330.53
HSL159.31º92.06%24.71%-
HSV(B)159.31º95.87%47.45%-
XYZ8.3914.310.1-
YUV81.76127.5773.25-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.42%
GREEN value IS 121 (47.66% from 255) = 58.45%
BLUE value IS 81 (32.03% from 255) = 39.13%
R=2.42%
G=58.45%
B=39.13%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5121810.9600.330.53159.3192.0624.71
Hex5795160021359f5c19
Octal51711211400416523713431
Binary101111100110100011100000010000111010110011111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057951; }

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

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

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

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

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

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

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

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