#055944

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

Shades of Watercourse #055944

Tints of Watercourse #055944

Color information

#055944 (or 0x055944) is unknown color: approx Watercourse. HEX triplet: 05, 59 and 44. RGB value is (5,89,68). Sum of RGB (Red+Green+Blue) = 5+89+68=162 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.09% from 162); Green value is 89 (35.16% from 255 or 54.94% from 162); Blue value is 68 (26.95% from 255 or 41.98% from 162); Max value from RGB is 89 - color contains mainly: green. Hex color #055944 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055944 is #FAA6BB. Grayscale: #3D3D3D. Windows color (decimal): -16426684 or 4479237. OLE color: 4479237.

HSL color Cylindrical-coordinate representation of color #055944: hue angle of 165º 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 #055944 is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.

Color convert

RGB58968-
CMYK0.9400.240.65
HSL165º89.36%18.43%-
HSV(B)165º94.38%34.9%-
XYZ4.687.596.69-
YUV61.49131.6787.71-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.09%
GREEN value IS 89 (35.16% from 255) = 54.94%
BLUE value IS 68 (26.95% from 255) = 41.98%
R=3.09%
G=54.94%
B=41.98%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal589680.9400.240.6516589.3618.43
Hex559445E01841a55912
Octal513110413603010124513122
Binary101101100110001001011110011000100000110100101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055944; }

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

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

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

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

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

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

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

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