#057546

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

Shades of Watercourse #057546

Tints of Watercourse #057546

Color information

#057546 (or 0x057546) is unknown color: approx Watercourse. HEX triplet: 05, 75 and 46. RGB value is (5,117,70). Sum of RGB (Red+Green+Blue) = 5+117+70=192 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.60% from 192); Green value is 117 (46.09% from 255 or 60.94% from 192); Blue value is 70 (27.73% from 255 or 36.46% from 192); Max value from RGB is 117 - color contains mainly: green. Hex color #057546 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057546 is #FA8AB9. Grayscale: #4E4E4E. Windows color (decimal): -16419514 or 4617477. OLE color: 4617477.

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

Color convert

RGB511770-
CMYK0.9600.400.54
HSL154.82º91.8%23.92%-
HSV(B)154.82º95.73%45.88%-
XYZ7.5313.27.94-
YUV78.15123.3975.82-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.60%
GREEN value IS 117 (46.09% from 255) = 60.94%
BLUE value IS 70 (27.73% from 255) = 36.46%
R=2.60%
G=60.94%
B=36.46%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5117700.9600.400.54154.8291.823.92
Hex5754660028369b5c18
Octal51651061400506623313430
Binary101111010110001101100000010100011011010011011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057546; }

 p { color: rgb(5,117,70); }

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

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

 a { background-color: rgb(5,117,70); }

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

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

 span { border-color: rgb(5,117,70); }

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