#057655

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

Shades of Watercourse #057655

Tints of Watercourse #057655

Color information

#057655 (or 0x057655) is unknown color: approx Watercourse. HEX triplet: 05, 76 and 55. RGB value is (5,118,85). Sum of RGB (Red+Green+Blue) = 5+118+85=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 118 (46.48% from 255 or 56.73% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 118 - color contains mainly: green. Hex color #057655 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057655 is #FA89AA. Grayscale: #505050. Windows color (decimal): -16419243 or 5600773. OLE color: 5600773.

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

Color convert

RGB511885-
CMYK0.9600.280.54
HSL162.48º91.87%24.12%-
HSV(B)162.48º95.76%46.27%-
XYZ8.1813.6510.8-
YUV80.45130.5674.18-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.40%
GREEN value IS 118 (46.48% from 255) = 56.73%
BLUE value IS 85 (33.59% from 255) = 40.87%
R=2.40%
G=56.73%
B=40.87%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5118850.9600.280.54162.4891.8724.12
Hex576556001C36a25c18
Octal51661251400346624213430
Binary10111101101010101110000001110011011010100010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057655; }

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

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

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

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

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

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

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

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