#058054

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

Shades of Watercourse #058054

Tints of Watercourse #058054

Color information

#058054 (or 0x058054) is unknown color: approx Watercourse. HEX triplet: 05, 80 and 54. RGB value is (5,128,84). Sum of RGB (Red+Green+Blue) = 5+128+84=217 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.30% from 217); Green value is 128 (50.39% from 255 or 58.99% from 217); Blue value is 84 (33.20% from 255 or 38.71% from 217); Max value from RGB is 128 - color contains mainly: green. Hex color #058054 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058054 is #FA7FAB. Grayscale: #565656. Windows color (decimal): -16416684 or 5537797. OLE color: 5537797.

HSL color Cylindrical-coordinate representation of color #058054: hue angle of 158.54º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058054 is Cyan = 0.96, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.50.

Color convert

RGB512884-
CMYK0.9600.340.50
HSL158.54º92.48%26.08%-
HSV(B)158.54º96.09%50.2%-
XYZ9.3816.1111-
YUV86.21126.7570.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.30%
GREEN value IS 128 (50.39% from 255) = 58.99%
BLUE value IS 84 (33.20% from 255) = 38.71%
R=2.30%
G=58.99%
B=38.71%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5128840.9600.340.50158.5492.4826.08
Hex5805460022329f5c1a
Octal52001241400426223713432
Binary1011000000010101001100000010001011001010011111101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058054; }

 p { color: rgb(5,128,84); }

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

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

 a { background-color: rgb(5,128,84); }

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

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

 span { border-color: rgb(5,128,84); }

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