Html Css Color HEX #055B46 Watercourse

📋 copy color: '#055B46'

red 5 ◦ green 91 ◦ blue 70

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

Shades of Watercourse #055B46

Tints of Watercourse #055B46

RGB

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

 GREEN value IS 91 (35.94% from 255) = 54.82%

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

R = 3.01%
G = 54.82%
B = 42.17%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.23

 K value IS 0.64

RGB Variations

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

Color information

#055B46 (or 0x055B46) is known color: Watercourse. HEX triplet: 05, 5B and 46. RGB value is (5,91,70). Sum of RGB (Red+Green+Blue) = 5+91+70=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 91 (35.94% from 255 or 54.82% from 166); Blue value is 70 (27.73% from 255 or 42.17% from 166); Max value from RGB is 91 - color contains mainly: green. Hex color #055B46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055B46 is #FAA4B9. Grayscale: #3E3E3E. Windows color (decimal): -16426170 or 4610821. OLE color: 4610821.

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

Color convert

RGB 5 91 70 -
CMYK 0.95 0 0.23 0.64
HSL 165.35º 0.9% 0.19% -
HSV(B) 165.35º 0.95% 0.36% -
XYZ 4.91 7.96 7.07 -
YUV 62.89 132.01 86.71 -
System Red Green Blue C M Y K H S L
Decimal 5 91 70 0.95 0 0.23 0.64 165.35 0.9 0.19
Hex 5 5B 46 5F 0 17 40 A5 5A 13
Octal 5 133 106 137 0 27 100 245 132 23
Binary 101 1011011 1000110 1011111 0 10111 1000000 10100101 1011010 10011

Color Harmonies of #055B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055B46

Black with #055B46

Text Example


Text Example

White with #055B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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