#058053

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

Shades of Watercourse #058053

Tints of Watercourse #058053

Color information

#058053 (or 0x058053) is unknown color: approx Watercourse. HEX triplet: 05, 80 and 53. RGB value is (5,128,83). Sum of RGB (Red+Green+Blue) = 5+128+83=216 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.31% from 216); Green value is 128 (50.39% from 255 or 59.26% from 216); Blue value is 83 (32.81% from 255 or 38.43% from 216); Max value from RGB is 128 - color contains mainly: green. Hex color #058053 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058053 is #FA7FAC. Grayscale: #565656. Windows color (decimal): -16416685 or 5472261. OLE color: 5472261.

HSL color Cylindrical-coordinate representation of color #058053: hue angle of 158.05º 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 #058053 is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.

Color convert

RGB512883-
CMYK0.9600.350.50
HSL158.05º92.48%26.08%-
HSV(B)158.05º96.09%50.2%-
XYZ9.3416.110.8-
YUV86.09126.2570.16-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.31%
GREEN value IS 128 (50.39% from 255) = 59.26%
BLUE value IS 83 (32.81% from 255) = 38.43%
R=2.31%
G=59.26%
B=38.43%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5128830.9600.350.50158.0592.4826.08
Hex5805360023329e5c1a
Octal52001231400436223613432
Binary1011000000010100111100000010001111001010011110101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058053; }

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

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

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

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

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

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

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

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