#057B4C

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

Shades of Watercourse #057B4C

Tints of Watercourse #057B4C

Color information

#057B4C (or 0x057B4C) is unknown color: approx Watercourse. HEX triplet: 05, 7B and 4C. RGB value is (5,123,76). Sum of RGB (Red+Green+Blue) = 5+123+76=204 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.45% from 204); Green value is 123 (48.44% from 255 or 60.29% from 204); Blue value is 76 (30.08% from 255 or 37.25% from 204); Max value from RGB is 123 - color contains mainly: green. Hex color #057B4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057B4C is #FA84B3. Grayscale: #525252. Windows color (decimal): -16417972 or 5012229. OLE color: 5012229.

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

Color convert

RGB512376-
CMYK0.9600.380.52
HSL156.1º92.19%25.1%-
HSV(B)156.1º95.93%48.24%-
XYZ8.4514.729.23-
YUV82.36124.4172.82-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.45%
GREEN value IS 123 (48.44% from 255) = 60.29%
BLUE value IS 76 (30.08% from 255) = 37.25%
R=2.45%
G=60.29%
B=37.25%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5123760.9600.380.52156.192.1925.1
Hex57B4C60026349c5c19
Octal51731141400466423413431
Binary101111101110011001100000010011011010010011100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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