#055B46

Color #055B46 Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #055B46

Tints of Watercourse #055B46

Color information

#055B46 (or 0x055B46) is unknown color: approx 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

RGB59170-
CMYK0.9500.230.64
HSL165.35º89.58%18.82%-
HSV(B)165.35º94.51%35.69%-
XYZ4.917.967.07-
YUV62.89132.0186.71-

RGB Variations

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

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 (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal591700.9500.230.64165.3589.5818.82
Hex55B465F01740a55a13
Octal513310613702710024513223
Binary101101101110001101011111010111100000010100101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>