#055B43

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

Shades of Watercourse #055B43

Tints of Watercourse #055B43

Color information

#055B43 (or 0x055B43) is unknown color: approx Watercourse. HEX triplet: 05, 5B and 43. RGB value is (5,91,67). Sum of RGB (Red+Green+Blue) = 5+91+67=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 91 (35.94% from 255 or 55.83% from 163); Blue value is 67 (26.56% from 255 or 41.10% from 163); Max value from RGB is 91 - color contains mainly: green. Hex color #055B43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055B43 is #FAA4BC. Grayscale: #3E3E3E. Windows color (decimal): -16426173 or 4414213. OLE color: 4414213.

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

Color convert

RGB59167-
CMYK0.9500.260.64
HSL163.26º89.58%18.82%-
HSV(B)163.26º94.51%35.69%-
XYZ4.827.926.58-
YUV62.55130.5186.95-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.07%
GREEN value IS 91 (35.94% from 255) = 55.83%
BLUE value IS 67 (26.56% from 255) = 41.10%
R=3.07%
G=55.83%
B=41.10%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal591670.9500.260.64163.2689.5818.82
Hex55B435F01A40a35a13
Octal513310313703210024313223
Binary101101101110000111011111011010100000010100011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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