#055D43

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

Shades of Watercourse #055D43

Tints of Watercourse #055D43

Color information

#055D43 (or 0x055D43) is unknown color: approx Watercourse. HEX triplet: 05, 5D and 43. RGB value is (5,93,67). Sum of RGB (Red+Green+Blue) = 5+93+67=165 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.03% from 165); Green value is 93 (36.72% from 255 or 56.36% from 165); Blue value is 67 (26.56% from 255 or 40.61% from 165); Max value from RGB is 93 - color contains mainly: green. Hex color #055D43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055D43 is #FAA2BC. Grayscale: #3F3F3F. Windows color (decimal): -16425661 or 4414725. OLE color: 4414725.

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

Color convert

RGB59367-
CMYK0.9500.280.64
HSL162.27º89.8%19.22%-
HSV(B)162.27º94.62%36.47%-
XYZ4.998.276.64-
YUV63.72129.8586.11-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.03%
GREEN value IS 93 (36.72% from 255) = 56.36%
BLUE value IS 67 (26.56% from 255) = 40.61%
R=3.03%
G=56.36%
B=40.61%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal593670.9500.280.64162.2789.819.22
Hex55D435F01C40a25a13
Octal513510313703410024213223
Binary101101110110000111011111011100100000010100010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,93,67); }

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

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

 a { background-color: rgb(5,93,67); }

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

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

 span { border-color: rgb(5,93,67); }

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