#055742

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

Shades of Watercourse #055742

Tints of Watercourse #055742

Color information

#055742 (or 0x055742) is unknown color: approx Watercourse. HEX triplet: 05, 57 and 42. RGB value is (5,87,66). Sum of RGB (Red+Green+Blue) = 5+87+66=158 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.16% from 158); Green value is 87 (34.38% from 255 or 55.06% from 158); Blue value is 66 (26.17% from 255 or 41.77% from 158); Max value from RGB is 87 - color contains mainly: green. Hex color #055742 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055742 is #FAA8BD. Grayscale: #3C3C3C. Windows color (decimal): -16427198 or 4347653. OLE color: 4347653.

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

Color convert

RGB58766-
CMYK0.9400.240.66
HSL164.63º89.13%18.04%-
HSV(B)164.63º94.25%34.12%-
XYZ4.457.246.32-
YUV60.09131.3388.71-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.16%
GREEN value IS 87 (34.38% from 255) = 55.06%
BLUE value IS 66 (26.17% from 255) = 41.77%
R=3.16%
G=55.06%
B=41.77%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal587660.9400.240.66164.6389.1318.04
Hex557425E01842a55912
Octal512710213603010224513122
Binary101101011110000101011110011000100001010100101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055742; }

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

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

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

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

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

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

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

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