#055C49

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

Shades of Watercourse #055C49

Tints of Watercourse #055C49

Color information

#055C49 (or 0x055C49) is unknown color: approx Watercourse. HEX triplet: 05, 5C and 49. RGB value is (5,92,73). Sum of RGB (Red+Green+Blue) = 5+92+73=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 92 (36.33% from 255 or 54.12% from 170); Blue value is 73 (28.91% from 255 or 42.94% from 170); Max value from RGB is 92 - color contains mainly: green. Hex color #055C49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055C49 is #FAA3B6. Grayscale: #3F3F3F. Windows color (decimal): -16425911 or 4807685. OLE color: 4807685.

HSL color Cylindrical-coordinate representation of color #055C49: hue angle of 166.9º 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 #055C49 is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.64.

Color convert

RGB59273-
CMYK0.9500.210.64
HSL166.9º89.69%19.02%-
HSV(B)166.9º94.57%36.08%-
XYZ5.098.177.61-
YUV63.82133.1886.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.94%
GREEN value IS 92 (36.33% from 255) = 54.12%
BLUE value IS 73 (28.91% from 255) = 42.94%
R=2.94%
G=54.12%
B=42.94%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal592730.9500.210.64166.989.6919.02
Hex55C495F01540a75a13
Octal513411113702510024713223
Binary101101110010010011011111010101100000010100111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,92,73); }

 H1.HeaderClassName
 {
   color: #055C49;
 }
 .AnyTagClassName
 {
   color: #055C49;
 }
</style>
background-color css

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

 a { background-color: rgb(5,92,73); }

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

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

 span { border-color: rgb(5,92,73); }

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