#055F46

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

Shades of Watercourse #055F46

Tints of Watercourse #055F46

Color information

#055F46 (or 0x055F46) is unknown color: approx Watercourse. HEX triplet: 05, 5F and 46. RGB value is (5,95,70). Sum of RGB (Red+Green+Blue) = 5+95+70=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 95 (37.5% from 255 or 55.88% from 170); Blue value is 70 (27.73% from 255 or 41.18% from 170); Max value from RGB is 95 - color contains mainly: green. Hex color #055F46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055F46 is #FAA0B9. Grayscale: #414141. Windows color (decimal): -16425146 or 4611845. OLE color: 4611845.

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

Color convert

RGB59570-
CMYK0.9500.260.63
HSL163.33º90%19.61%-
HSV(B)163.33º94.74%37.25%-
XYZ5.268.667.19-
YUV65.24130.6885.03-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.94%
GREEN value IS 95 (37.5% from 255) = 55.88%
BLUE value IS 70 (27.73% from 255) = 41.18%
R=2.94%
G=55.88%
B=41.18%

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
Decimal595700.9500.260.63163.339019.61
Hex55F465F01A3Fa35a14
Octal51371061370327724313224
Binary10110111111000110101111101101011111110100011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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