#057254

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

Shades of Watercourse #057254

Tints of Watercourse #057254

Color information

#057254 (or 0x057254) is unknown color: approx Watercourse. HEX triplet: 05, 72 and 54. RGB value is (5,114,84). Sum of RGB (Red+Green+Blue) = 5+114+84=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 114 (44.92% from 255 or 56.16% from 203); Blue value is 84 (33.20% from 255 or 41.38% from 203); Max value from RGB is 114 - color contains mainly: green. Hex color #057254 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057254 is #FA8DAB. Grayscale: #4D4D4D. Windows color (decimal): -16420268 or 5534213. OLE color: 5534213.

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

Color convert

RGB511484-
CMYK0.9600.260.55
HSL163.49º91.6%23.33%-
HSV(B)163.49º95.61%44.71%-
XYZ7.6812.7110.44-
YUV77.99131.3975.94-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.46%
GREEN value IS 114 (44.92% from 255) = 56.16%
BLUE value IS 84 (33.20% from 255) = 41.38%
R=2.46%
G=56.16%
B=41.38%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5114840.9600.260.55163.4991.623.33
Hex572546001A37a35c17
Octal51621241400326724313427
Binary10111100101010100110000001101011011110100011101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057254; }

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

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

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

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

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

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

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

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