Html Css Color HEX #055742 Watercourse

📋 copy color: '#055742'

red 5 ◦ green 87 ◦ blue 66

#055742
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #055742

Tints of Watercourse #055742

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 value IS 0.94

 M value IS 0

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#055742 (or 0x055742) is known color: 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

RGB 5 87 66 -
CMYK 0.94 0 0.24 0.66
HSL 164.63º 0.89% 0.18% -
HSV(B) 164.63º 0.94% 0.34% -
XYZ 4.45 7.24 6.32 -
YUV 60.09 131.33 88.71 -
System Red Green Blue C M Y K H S L
Decimal 5 87 66 0.94 0 0.24 0.66 164.63 0.89 0.18
Hex 5 57 42 5E 0 18 42 A5 59 12
Octal 5 127 102 136 0 30 102 245 131 22
Binary 101 1010111 1000010 1011110 0 11000 1000010 10100101 1011001 10010

Color Harmonies of #055742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055742

Black with #055742

Text Example


Text Example

White with #055742

Text Example


Text Example

HTML Codes & Css Web 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>