#055844

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

Shades of Watercourse #055844

Tints of Watercourse #055844

Color information

#055844 (or 0x055844) is unknown color: approx Watercourse. HEX triplet: 05, 58 and 44. RGB value is (5,88,68). Sum of RGB (Red+Green+Blue) = 5+88+68=161 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.11% from 161); Green value is 88 (34.77% from 255 or 54.66% from 161); Blue value is 68 (26.95% from 255 or 42.24% from 161); Max value from RGB is 88 - color contains mainly: green. Hex color #055844 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055844 is #FAA7BB. Grayscale: #3C3C3C. Windows color (decimal): -16426940 or 4478981. OLE color: 4478981.

HSL color Cylindrical-coordinate representation of color #055844: hue angle of 165.54º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055844 is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.65.

Color convert

RGB58868-
CMYK0.9400.230.65
HSL165.54º89.25%18.24%-
HSV(B)165.54º94.32%34.51%-
XYZ4.67.436.66-
YUV60.913288.13-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.11%
GREEN value IS 88 (34.77% from 255) = 54.66%
BLUE value IS 68 (26.95% from 255) = 42.24%
R=3.11%
G=54.66%
B=42.24%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal588680.9400.230.65165.5489.2518.24
Hex558445E01741a65912
Octal513010413602710124613122
Binary101101100010001001011110010111100000110100110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055844; }

 p { color: rgb(5,88,68); }

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

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

 a { background-color: rgb(5,88,68); }

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

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

 span { border-color: rgb(5,88,68); }

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