#057A4A

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

Shades of Watercourse #057A4A

Tints of Watercourse #057A4A

Color information

#057A4A (or 0x057A4A) is unknown color: approx Watercourse. HEX triplet: 05, 7A and 4A. RGB value is (5,122,74). Sum of RGB (Red+Green+Blue) = 5+122+74=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 122 (48.05% from 255 or 60.70% from 201); Blue value is 74 (29.30% from 255 or 36.82% from 201); Max value from RGB is 122 - color contains mainly: green. Hex color #057A4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057A4A is #FA85B5. Grayscale: #515151. Windows color (decimal): -16418230 or 4880901. OLE color: 4880901.

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

Color convert

RGB512274-
CMYK0.9600.390.52
HSL155.38º92.13%24.9%-
HSV(B)155.38º95.9%47.84%-
XYZ8.2614.458.83-
YUV81.54123.7473.4-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.49%
GREEN value IS 122 (48.05% from 255) = 60.70%
BLUE value IS 74 (29.30% from 255) = 36.82%
R=2.49%
G=60.70%
B=36.82%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5122740.9600.390.52155.3892.1324.9
Hex57A4A60027349b5c19
Octal51721121400476423313431
Binary101111101010010101100000010011111010010011011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,122,74); }

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

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

 a { background-color: rgb(5,122,74); }

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

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

 span { border-color: rgb(5,122,74); }

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