#057C54

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

Shades of Watercourse #057C54

Tints of Watercourse #057C54

Color information

#057C54 (or 0x057C54) is unknown color: approx Watercourse. HEX triplet: 05, 7C and 54. RGB value is (5,124,84). Sum of RGB (Red+Green+Blue) = 5+124+84=213 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.35% from 213); Green value is 124 (48.83% from 255 or 58.22% from 213); Blue value is 84 (33.20% from 255 or 39.44% from 213); Max value from RGB is 124 - color contains mainly: green. Hex color #057C54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057C54 is #FA83AB. Grayscale: #535353. Windows color (decimal): -16417708 or 5536773. OLE color: 5536773.

HSL color Cylindrical-coordinate representation of color #057C54: hue angle of 159.83º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057C54 is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.51.

Color convert

RGB512484-
CMYK0.9600.320.51
HSL159.83º92.25%25.29%-
HSV(B)159.83º95.97%48.63%-
XYZ8.8715.0910.83-
YUV83.86128.0871.75-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.35%
GREEN value IS 124 (48.83% from 255) = 58.22%
BLUE value IS 84 (33.20% from 255) = 39.44%
R=2.35%
G=58.22%
B=39.44%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5124840.9600.320.51159.8392.2525.29
Hex57C546002033a05c19
Octal51741241400406324013431
Binary101111110010101001100000010000011001110100000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057C54; }

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

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

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

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

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

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

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

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