#055B44

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

Shades of Watercourse #055B44

Tints of Watercourse #055B44

Color information

#055B44 (or 0x055B44) is unknown color: approx Watercourse. HEX triplet: 05, 5B and 44. RGB value is (5,91,68). Sum of RGB (Red+Green+Blue) = 5+91+68=164 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.05% from 164); Green value is 91 (35.94% from 255 or 55.49% from 164); Blue value is 68 (26.95% from 255 or 41.46% from 164); Max value from RGB is 91 - color contains mainly: green. Hex color #055B44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055B44 is #FAA4BB. Grayscale: #3E3E3E. Windows color (decimal): -16426172 or 4479749. OLE color: 4479749.

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

Color convert

RGB59168-
CMYK0.9500.250.64
HSL163.95º89.58%18.82%-
HSV(B)163.95º94.51%35.69%-
XYZ4.857.936.74-
YUV62.66131.0186.87-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.05%
GREEN value IS 91 (35.94% from 255) = 55.49%
BLUE value IS 68 (26.95% from 255) = 41.46%
R=3.05%
G=55.49%
B=41.46%

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
Decimal591680.9500.250.64163.9589.5818.82
Hex55B445F01940a45a13
Octal513310413703110024413223
Binary101101101110001001011111011001100000010100100101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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