#055842

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

Shades of Watercourse #055842

Tints of Watercourse #055842

Color information

#055842 (or 0x055842) is unknown color: approx Watercourse. HEX triplet: 05, 58 and 42. RGB value is (5,88,66). Sum of RGB (Red+Green+Blue) = 5+88+66=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 88 (34.77% from 255 or 55.35% from 159); Blue value is 66 (26.17% from 255 or 41.51% from 159); Max value from RGB is 88 - color contains mainly: green. Hex color #055842 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055842 is #FAA7BD. Grayscale: #3C3C3C. Windows color (decimal): -16426942 or 4347909. OLE color: 4347909.

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

Color convert

RGB58866-
CMYK0.9400.250.65
HSL164.1º89.25%18.24%-
HSV(B)164.1º94.32%34.51%-
XYZ4.547.416.34-
YUV60.6813188.29-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.14%
GREEN value IS 88 (34.77% from 255) = 55.35%
BLUE value IS 66 (26.17% from 255) = 41.51%
R=3.14%
G=55.35%
B=41.51%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal588660.9400.250.65164.189.2518.24
Hex558425E01941a45912
Octal513010213603110124413122
Binary101101100010000101011110011001100000110100100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055842; }

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

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

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

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

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

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

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

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