#057055

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

Shades of Watercourse #057055

Tints of Watercourse #057055

Color information

#057055 (or 0x057055) is unknown color: approx Watercourse. HEX triplet: 05, 70 and 55. RGB value is (5,112,85). Sum of RGB (Red+Green+Blue) = 5+112+85=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 112 (44.14% from 255 or 55.45% from 202); Blue value is 85 (33.59% from 255 or 42.08% from 202); Max value from RGB is 112 - color contains mainly: green. Hex color #057055 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057055 is #FA8FAA. Grayscale: #4C4C4C. Windows color (decimal): -16420779 or 5599237. OLE color: 5599237.

HSL color Cylindrical-coordinate representation of color #057055: hue angle of 164.86º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057055 is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB511285-
CMYK0.9600.240.56
HSL164.86º91.45%22.94%-
HSV(B)164.86º95.54%43.92%-
XYZ7.512.2810.57-
YUV76.93132.5576.7-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.48%
GREEN value IS 112 (44.14% from 255) = 55.45%
BLUE value IS 85 (33.59% from 255) = 42.08%
R=2.48%
G=55.45%
B=42.08%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5112850.9600.240.56164.8691.4522.94
Hex570556001838a55b17
Octal51601251400307024513327
Binary10111100001010101110000001100011100010100101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057055; }

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

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

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

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

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

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

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

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