#057454

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

Shades of Watercourse #057454

Tints of Watercourse #057454

Color information

#057454 (or 0x057454) is unknown color: approx Watercourse. HEX triplet: 05, 74 and 54. RGB value is (5,116,84). Sum of RGB (Red+Green+Blue) = 5+116+84=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 116 (45.70% from 255 or 56.59% from 205); Blue value is 84 (33.20% from 255 or 40.98% from 205); Max value from RGB is 116 - color contains mainly: green. Hex color #057454 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057454 is #FA8BAB. Grayscale: #4F4F4F. Windows color (decimal): -16419756 or 5534725. OLE color: 5534725.

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

Color convert

RGB511684-
CMYK0.9600.280.55
HSL162.7º91.74%23.73%-
HSV(B)162.7º95.69%45.49%-
XYZ7.9113.1610.51-
YUV79.16130.7375.1-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.44%
GREEN value IS 116 (45.70% from 255) = 56.59%
BLUE value IS 84 (33.20% from 255) = 40.98%
R=2.44%
G=56.59%
B=40.98%

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
Decimal5116840.9600.280.55162.791.7423.73
Hex574546001C37a35c18
Octal51641241400346724313430
Binary10111101001010100110000001110011011110100011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057454; }

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

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

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

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

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

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

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

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