#055D46

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

Shades of Watercourse #055D46

Tints of Watercourse #055D46

Color information

#055D46 (or 0x055D46) is unknown color: approx Watercourse. HEX triplet: 05, 5D and 46. RGB value is (5,93,70). Sum of RGB (Red+Green+Blue) = 5+93+70=168 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.98% from 168); Green value is 93 (36.72% from 255 or 55.36% from 168); Blue value is 70 (27.73% from 255 or 41.67% from 168); Max value from RGB is 93 - color contains mainly: green. Hex color #055D46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055D46 is #FAA2B9. Grayscale: #404040. Windows color (decimal): -16425658 or 4611333. OLE color: 4611333.

HSL color Cylindrical-coordinate representation of color #055D46: hue angle of 164.32º 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 #055D46 is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.

Color convert

RGB59370-
CMYK0.9500.250.64
HSL164.32º89.8%19.22%-
HSV(B)164.32º94.62%36.47%-
XYZ5.088.37.13-
YUV64.07131.3585.87-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.98%
GREEN value IS 93 (36.72% from 255) = 55.36%
BLUE value IS 70 (27.73% from 255) = 41.67%
R=2.98%
G=55.36%
B=41.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal593700.9500.250.64164.3289.819.22
Hex55D465F01940a45a13
Octal513510613703110024413223
Binary101101110110001101011111011001100000010100100101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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