Html Css Color HEX #055A47 Watercourse

📋 copy color: '#055A47'

red 5 ◦ green 90 ◦ blue 71

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

Shades of Watercourse #055A47

Tints of Watercourse #055A47

RGB

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

 GREEN value IS 90 (35.55% from 255) = 54.22%

 BLUE value IS 71 (28.13% from 255) = 42.77%

R = 3.01%
G = 54.22%
B = 42.77%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.21

 K value IS 0.65

RGB Variations

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

Color information

#055A47 (or 0x055A47) is known color: Watercourse. HEX triplet: 05, 5A and 47. RGB value is (5,90,71). Sum of RGB (Red+Green+Blue) = 5+90+71=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 90 (35.55% from 255 or 54.22% from 166); Blue value is 71 (28.12% from 255 or 42.77% from 166); Max value from RGB is 90 - color contains mainly: green. Hex color #055A47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055A47 is #FAA5B8. Grayscale: #3E3E3E. Windows color (decimal): -16426425 or 4676101. OLE color: 4676101.

HSL color Cylindrical-coordinate representation of color #055A47: hue angle of 166.59º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055A47 is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 90 71 -
CMYK 0.94 0 0.21 0.65
HSL 166.59º 0.89% 0.19% -
HSV(B) 166.59º 0.94% 0.35% -
XYZ 4.86 7.8 7.21 -
YUV 62.42 132.84 87.04 -
System Red Green Blue C M Y K H S L
Decimal 5 90 71 0.94 0 0.21 0.65 166.59 0.89 0.19
Hex 5 5A 47 5E 0 15 41 A7 59 13
Octal 5 132 107 136 0 25 101 247 131 23
Binary 101 1011010 1000111 1011110 0 10101 1000001 10100111 1011001 10011

Color Harmonies of #055A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055A47

Black with #055A47

Text Example


Text Example

White with #055A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,90,71); }

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

background-color css

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

 a { background-color: rgb(5,90,71); }

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

border-color css

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

 span { border-color: rgb(5,90,71); }

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