#057B4D

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

Shades of Watercourse #057B4D

Tints of Watercourse #057B4D

Color information

#057B4D (or 0x057B4D) is unknown color: approx Watercourse. HEX triplet: 05, 7B and 4D. RGB value is (5,123,77). Sum of RGB (Red+Green+Blue) = 5+123+77=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 123 (48.44% from 255 or 60% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 123 - color contains mainly: green. Hex color #057B4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057B4D is #FA84B2. Grayscale: #525252. Windows color (decimal): -16417971 or 5077765. OLE color: 5077765.

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

Color convert

RGB512377-
CMYK0.9600.370.52
HSL156.61º92.19%25.1%-
HSV(B)156.61º95.93%48.24%-
XYZ8.4914.739.42-
YUV82.47124.9172.74-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.44%
GREEN value IS 123 (48.44% from 255) = 60%
BLUE value IS 77 (30.47% from 255) = 37.56%
R=2.44%
G=60%
B=37.56%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5123770.9600.370.52156.6192.1925.1
Hex57B4D60025349d5c19
Octal51731151400456423513431
Binary101111101110011011100000010010111010010011101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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