#057B4F

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

Shades of Watercourse #057B4F

Tints of Watercourse #057B4F

Color information

#057B4F (or 0x057B4F) is unknown color: approx Watercourse. HEX triplet: 05, 7B and 4F. RGB value is (5,123,79). Sum of RGB (Red+Green+Blue) = 5+123+79=207 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.42% from 207); Green value is 123 (48.44% from 255 or 59.42% from 207); Blue value is 79 (31.25% from 255 or 38.16% from 207); Max value from RGB is 123 - color contains mainly: green. Hex color #057B4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057B4F is #FA84B0. Grayscale: #525252. Windows color (decimal): -16417969 or 5208837. OLE color: 5208837.

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

Color convert

RGB512379-
CMYK0.9600.360.52
HSL157.63º92.19%25.1%-
HSV(B)157.63º95.93%48.24%-
XYZ8.5614.769.8-
YUV82.7125.9172.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.42%
GREEN value IS 123 (48.44% from 255) = 59.42%
BLUE value IS 79 (31.25% from 255) = 38.16%
R=2.42%
G=59.42%
B=38.16%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5123790.9600.360.52157.6392.1925.1
Hex57B4F60024349e5c19
Octal51731171400446423613431
Binary101111101110011111100000010010011010010011110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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