#055D47

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

Shades of Watercourse #055D47

Tints of Watercourse #055D47

Color information

#055D47 (or 0x055D47) is unknown color: approx Watercourse. HEX triplet: 05, 5D and 47. RGB value is (5,93,71). Sum of RGB (Red+Green+Blue) = 5+93+71=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 93 (36.72% from 255 or 55.03% from 169); Blue value is 71 (28.12% from 255 or 42.01% from 169); Max value from RGB is 93 - color contains mainly: green. Hex color #055D47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055D47 is #FAA2B8. Grayscale: #404040. Windows color (decimal): -16425657 or 4676869. OLE color: 4676869.

HSL color Cylindrical-coordinate representation of color #055D47: hue angle of 165º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055D47 is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.

Color convert

RGB59371-
CMYK0.9500.240.64
HSL165º89.8%19.22%-
HSV(B)165º94.62%36.47%-
XYZ5.118.327.3-
YUV64.18131.8585.79-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.96%
GREEN value IS 93 (36.72% from 255) = 55.03%
BLUE value IS 71 (28.12% from 255) = 42.01%
R=2.96%
G=55.03%
B=42.01%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal593710.9500.240.6416589.819.22
Hex55D475F01840a55a13
Octal513510713703010024513223
Binary101101110110001111011111011000100000010100101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055D47; }

 p { color: rgb(5,93,71); }

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

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

 a { background-color: rgb(5,93,71); }

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

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

 span { border-color: rgb(5,93,71); }

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