#055F43

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

Shades of Watercourse #055F43

Tints of Watercourse #055F43

Color information

#055F43 (or 0x055F43) is unknown color: approx Watercourse. HEX triplet: 05, 5F and 43. RGB value is (5,95,67). Sum of RGB (Red+Green+Blue) = 5+95+67=167 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.99% from 167); Green value is 95 (37.5% from 255 or 56.89% from 167); Blue value is 67 (26.56% from 255 or 40.12% from 167); Max value from RGB is 95 - color contains mainly: green. Hex color #055F43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055F43 is #FAA0BC. Grayscale: #404040. Windows color (decimal): -16425149 or 4415237. OLE color: 4415237.

HSL color Cylindrical-coordinate representation of color #055F43: hue angle of 161.33º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055F43 is Cyan = 0.95, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.63.

Color convert

RGB59567-
CMYK0.9500.290.63
HSL161.33º90%19.61%-
HSV(B)161.33º94.74%37.25%-
XYZ5.178.626.7-
YUV64.9129.1885.28-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.99%
GREEN value IS 95 (37.5% from 255) = 56.89%
BLUE value IS 67 (26.56% from 255) = 40.12%
R=2.99%
G=56.89%
B=40.12%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal595670.9500.290.63161.339019.61
Hex55F435F01D3Fa15a14
Octal51371031370357724113224
Binary10110111111000011101111101110111111110100001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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