#057B4A

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

Shades of Watercourse #057B4A

Tints of Watercourse #057B4A

Color information

#057B4A (or 0x057B4A) is unknown color: approx Watercourse. HEX triplet: 05, 7B and 4A. RGB value is (5,123,74). Sum of RGB (Red+Green+Blue) = 5+123+74=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 123 (48.44% from 255 or 60.89% from 202); Blue value is 74 (29.30% from 255 or 36.63% from 202); Max value from RGB is 123 - color contains mainly: green. Hex color #057B4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057B4A is #FA84B5. Grayscale: #525252. Windows color (decimal): -16417974 or 4881157. OLE color: 4881157.

HSL color Cylindrical-coordinate representation of color #057B4A: hue angle of 155.08º 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 #057B4A is Cyan = 0.96, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.52.

Color convert

RGB512374-
CMYK0.9600.400.52
HSL155.08º92.19%25.1%-
HSV(B)155.08º95.93%48.24%-
XYZ8.3814.698.87-
YUV82.13123.4172.98-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.48%
GREEN value IS 123 (48.44% from 255) = 60.89%
BLUE value IS 74 (29.30% from 255) = 36.63%
R=2.48%
G=60.89%
B=36.63%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5123740.9600.400.52155.0892.1925.1
Hex57B4A60028349b5c19
Octal51731121400506423313431
Binary101111101110010101100000010100011010010011011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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