Html Css Color HEX #055F49 Watercourse

📋 copy color: '#055F49'

red 5 ◦ green 95 ◦ blue 73

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

Shades of Watercourse #055F49

Tints of Watercourse #055F49

RGB

 RED value IS 5 (2.34% from 255) = 2.89%

 GREEN value IS 95 (37.5% from 255) = 54.91%

 BLUE value IS 73 (28.91% from 255) = 42.2%

R = 2.89%
G = 54.91%
B = 42.2%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.23

 K value IS 0.63

RGB Variations

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

Color information

#055F49 (or 0x055F49) is known color: Watercourse. HEX triplet: 05, 5F and 49. RGB value is (5,95,73). Sum of RGB (Red+Green+Blue) = 5+95+73=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 95 (37.5% from 255 or 54.91% from 173); Blue value is 73 (28.91% from 255 or 42.20% from 173); Max value from RGB is 95 - color contains mainly: green. Hex color #055F49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055F49 is #FAA0B6. Grayscale: #414141. Windows color (decimal): -16425143 or 4808453. OLE color: 4808453.

HSL color Cylindrical-coordinate representation of color #055F49: hue angle of 165.33º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055F49 is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.63.

Color convert

RGB 5 95 73 -
CMYK 0.95 0 0.23 0.63
HSL 165.33º 0.9% 0.2% -
HSV(B) 165.33º 0.95% 0.37% -
XYZ 5.36 8.7 7.7 -
YUV 65.58 132.18 84.79 -
System Red Green Blue C M Y K H S L
Decimal 5 95 73 0.95 0 0.23 0.63 165.33 0.9 0.2
Hex 5 5F 49 5F 0 17 3F A5 5A 14
Octal 5 137 111 137 0 27 77 245 132 24
Binary 101 1011111 1001001 1011111 0 10111 111111 10100101 1011010 10100

Color Harmonies of #055F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055F49

Black with #055F49

Text Example


Text Example

White with #055F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,95,73); }

 H1.HeaderClassName
 {
   color: #055F49;
 }
 .AnyTagClassName
 {
   color: #055F49;
 }
</style>

background-color css

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

 a { background-color: rgb(5,95,73); }

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

border-color css

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

 span { border-color: rgb(5,95,73); }

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