Html Css Color HEX #055846 Watercourse

📋 copy color: '#055846'

red 5 ◦ green 88 ◦ blue 70

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

Shades of Watercourse #055846

Tints of Watercourse #055846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 42.94%

R = 3.07%
G = 53.99%
B = 42.94%

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

#055846 (or 0x055846) is known color: Watercourse. HEX triplet: 05, 58 and 46. RGB value is (5,88,70). Sum of RGB (Red+Green+Blue) = 5+88+70=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 88 (34.77% from 255 or 53.99% from 163); Blue value is 70 (27.73% from 255 or 42.94% from 163); Max value from RGB is 88 - color contains mainly: green. Hex color #055846 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055846 is #FAA7B9. Grayscale: #3D3D3D. Windows color (decimal): -16426938 or 4610053. OLE color: 4610053.

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

Color convert

RGB 5 88 70 -
CMYK 0.94 0 0.20 0.65
HSL 166.99º 0.89% 0.18% -
HSV(B) 166.99º 0.94% 0.35% -
XYZ 4.66 7.45 6.99 -
YUV 61.13 133 87.96 -
System Red Green Blue C M Y K H S L
Decimal 5 88 70 0.94 0 0.20 0.65 166.99 0.89 0.18
Hex 5 58 46 5E 0 14 41 A7 59 12
Octal 5 130 106 136 0 24 101 247 131 22
Binary 101 1011000 1000110 1011110 0 10100 1000001 10100111 1011001 10010

Color Harmonies of #055846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055846

Black with #055846

Text Example


Text Example

White with #055846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055846; }

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

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

background-color css

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

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

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

border-color css

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

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

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