#057B50

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

Shades of Watercourse #057B50

Tints of Watercourse #057B50

Color information

#057B50 (or 0x057B50) is unknown color: approx Watercourse. HEX triplet: 05, 7B and 50. RGB value is (5,123,80). Sum of RGB (Red+Green+Blue) = 5+123+80=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 123 (48.44% from 255 or 59.13% from 208); Blue value is 80 (31.64% from 255 or 38.46% from 208); Max value from RGB is 123 - color contains mainly: green. Hex color #057B50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057B50 is #FA84AF. Grayscale: #525252. Windows color (decimal): -16417968 or 5274373. OLE color: 5274373.

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

Color convert

RGB512380-
CMYK0.9600.350.52
HSL158.14º92.19%25.1%-
HSV(B)158.14º95.93%48.24%-
XYZ8.5914.789.99-
YUV82.82126.4172.5-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.40%
GREEN value IS 123 (48.44% from 255) = 59.13%
BLUE value IS 80 (31.64% from 255) = 38.46%
R=2.40%
G=59.13%
B=38.46%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5123800.9600.350.52158.1492.1925.1
Hex57B5060023349e5c19
Octal51731201400436423613431
Binary101111101110100001100000010001111010010011110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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