Html Css Color HEX #055A48 Watercourse

📋 copy color: '#055A48'

red 5 ◦ green 90 ◦ blue 72

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

Shades of Watercourse #055A48

Tints of Watercourse #055A48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 43.11%

R = 2.99%
G = 53.89%
B = 43.11%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#055A48 (or 0x055A48) is known color: Watercourse. HEX triplet: 05, 5A and 48. RGB value is (5,90,72). Sum of RGB (Red+Green+Blue) = 5+90+72=167 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.99% from 167); Green value is 90 (35.55% from 255 or 53.89% from 167); Blue value is 72 (28.52% from 255 or 43.11% from 167); Max value from RGB is 90 - color contains mainly: green. Hex color #055A48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055A48 is #FAA5B7. Grayscale: #3E3E3E. Windows color (decimal): -16426424 or 4741637. OLE color: 4741637.

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

Color convert

RGB 5 90 72 -
CMYK 0.94 0 0.20 0.65
HSL 167.29º 0.89% 0.19% -
HSV(B) 167.29º 0.94% 0.35% -
XYZ 4.89 7.81 7.38 -
YUV 62.53 133.34 86.96 -
System Red Green Blue C M Y K H S L
Decimal 5 90 72 0.94 0 0.20 0.65 167.29 0.89 0.19
Hex 5 5A 48 5E 0 14 41 A7 59 13
Octal 5 132 110 136 0 24 101 247 131 23
Binary 101 1011010 1001000 1011110 0 10100 1000001 10100111 1011001 10011

Color Harmonies of #055A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055A48

Black with #055A48

Text Example


Text Example

White with #055A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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