#055E46

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

Shades of Watercourse #055E46

Tints of Watercourse #055E46

Color information

#055E46 (or 0x055E46) is unknown color: approx Watercourse. HEX triplet: 05, 5E and 46. RGB value is (5,94,70). Sum of RGB (Red+Green+Blue) = 5+94+70=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 94 (37.11% from 255 or 55.62% from 169); Blue value is 70 (27.73% from 255 or 41.42% from 169); Max value from RGB is 94 - color contains mainly: green. Hex color #055E46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055E46 is #FAA1B9. Grayscale: #404040. Windows color (decimal): -16425402 or 4611589. OLE color: 4611589.

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

Color convert

RGB59470-
CMYK0.9500.260.63
HSL163.82º89.9%19.41%-
HSV(B)163.82º94.68%36.86%-
XYZ5.178.487.16-
YUV64.65131.0185.45-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.96%
GREEN value IS 94 (37.11% from 255) = 55.62%
BLUE value IS 70 (27.73% from 255) = 41.42%
R=2.96%
G=55.62%
B=41.42%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal594700.9500.260.63163.8289.919.41
Hex55E465F01A3Fa45a13
Octal51361061370327724413223
Binary10110111101000110101111101101011111110100100101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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