#057353

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

Shades of Watercourse #057353

Tints of Watercourse #057353

Color information

#057353 (or 0x057353) is unknown color: approx Watercourse. HEX triplet: 05, 73 and 53. RGB value is (5,115,83). Sum of RGB (Red+Green+Blue) = 5+115+83=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 115 (45.31% from 255 or 56.65% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 115 - color contains mainly: green. Hex color #057353 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057353 is #FA8CAC. Grayscale: #4E4E4E. Windows color (decimal): -16420013 or 5468933. OLE color: 5468933.

HSL color Cylindrical-coordinate representation of color #057353: hue angle of 162.55º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057353 is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB511583-
CMYK0.9600.280.55
HSL162.55º91.67%23.53%-
HSV(B)162.55º95.65%45.1%-
XYZ7.7512.9210.27-
YUV78.46130.5675.6-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.46%
GREEN value IS 115 (45.31% from 255) = 56.65%
BLUE value IS 83 (32.81% from 255) = 40.89%
R=2.46%
G=56.65%
B=40.89%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5115830.9600.280.55162.5591.6723.53
Hex573536001C37a35c18
Octal51631231400346724313430
Binary10111100111010011110000001110011011110100011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057353; }

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

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

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

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

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

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

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

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