Html Css Color HEX #055844 Watercourse

📋 copy color: '#055844'

red 5 ◦ green 88 ◦ blue 68

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

Shades of Watercourse #055844

Tints of Watercourse #055844

RGB

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

 GREEN value IS 88 (34.77% from 255) = 54.66%

 BLUE value IS 68 (26.95% from 255) = 42.24%

R = 3.11%
G = 54.66%
B = 42.24%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.23

 K value IS 0.65

RGB Variations

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

Color information

#055844 (or 0x055844) is known color: Watercourse. HEX triplet: 05, 58 and 44. RGB value is (5,88,68). Sum of RGB (Red+Green+Blue) = 5+88+68=161 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.11% from 161); Green value is 88 (34.77% from 255 or 54.66% from 161); Blue value is 68 (26.95% from 255 or 42.24% from 161); Max value from RGB is 88 - color contains mainly: green. Hex color #055844 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055844 is #FAA7BB. Grayscale: #3C3C3C. Windows color (decimal): -16426940 or 4478981. OLE color: 4478981.

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

Color convert

RGB 5 88 68 -
CMYK 0.94 0 0.23 0.65
HSL 165.54º 0.89% 0.18% -
HSV(B) 165.54º 0.94% 0.35% -
XYZ 4.6 7.43 6.66 -
YUV 60.9 132 88.13 -
System Red Green Blue C M Y K H S L
Decimal 5 88 68 0.94 0 0.23 0.65 165.54 0.89 0.18
Hex 5 58 44 5E 0 17 41 A6 59 12
Octal 5 130 104 136 0 27 101 246 131 22
Binary 101 1011000 1000100 1011110 0 10111 1000001 10100110 1011001 10010

Color Harmonies of #055844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055844

Black with #055844

Text Example


Text Example

White with #055844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055844; }

 p { color: rgb(5,88,68); }

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

background-color css

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

 a { background-color: rgb(5,88,68); }

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

border-color css

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

 span { border-color: rgb(5,88,68); }

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