#057855

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

Shades of Watercourse #057855

Tints of Watercourse #057855

Color information

#057855 (or 0x057855) is unknown color: approx Watercourse. HEX triplet: 05, 78 and 55. RGB value is (5,120,85). Sum of RGB (Red+Green+Blue) = 5+120+85=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 120 (47.27% from 255 or 57.14% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 120 - color contains mainly: green. Hex color #057855 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057855 is #FA87AA. Grayscale: #515151. Windows color (decimal): -16418731 or 5601285. OLE color: 5601285.

HSL color Cylindrical-coordinate representation of color #057855: hue angle of 161.74º 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 #057855 is Cyan = 0.96, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB512085-
CMYK0.9600.290.53
HSL161.74º92%24.51%-
HSV(B)161.74º95.83%47.06%-
XYZ8.4214.1210.88-
YUV81.62129.973.35-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.38%
GREEN value IS 120 (47.27% from 255) = 57.14%
BLUE value IS 85 (33.59% from 255) = 40.48%
R=2.38%
G=57.14%
B=40.48%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5120850.9600.290.53161.749224.51
Hex578556001D35a25c19
Octal51701251400356524213431
Binary10111110001010101110000001110111010110100010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057855; }

 p { color: rgb(5,120,85); }

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

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

 a { background-color: rgb(5,120,85); }

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

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

 span { border-color: rgb(5,120,85); }

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