#057755

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

Shades of Watercourse #057755

Tints of Watercourse #057755

Color information

#057755 (or 0x057755) is unknown color: approx Watercourse. HEX triplet: 05, 77 and 55. RGB value is (5,119,85). Sum of RGB (Red+Green+Blue) = 5+119+85=209 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.39% from 209); Green value is 119 (46.88% from 255 or 56.94% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 119 - color contains mainly: green. Hex color #057755 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057755 is #FA88AA. Grayscale: #515151. Windows color (decimal): -16418987 or 5601029. OLE color: 5601029.

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

Color convert

RGB511985-
CMYK0.9600.290.53
HSL162.11º91.94%24.31%-
HSV(B)162.11º95.8%46.67%-
XYZ8.313.8810.84-
YUV81.04130.2373.76-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.39%
GREEN value IS 119 (46.88% from 255) = 56.94%
BLUE value IS 85 (33.59% from 255) = 40.67%
R=2.39%
G=56.94%
B=40.67%

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
Decimal5119850.9600.290.53162.1191.9424.31
Hex577556001D35a25c18
Octal51671251400356524213430
Binary10111101111010101110000001110111010110100010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057755; }

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

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

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

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

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

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

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

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