#057754

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

Shades of Watercourse #057754

Tints of Watercourse #057754

Color information

#057754 (or 0x057754) is unknown color: approx Watercourse. HEX triplet: 05, 77 and 54. RGB value is (5,119,84). Sum of RGB (Red+Green+Blue) = 5+119+84=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 119 (46.88% from 255 or 57.21% from 208); Blue value is 84 (33.20% from 255 or 40.38% from 208); Max value from RGB is 119 - color contains mainly: green. Hex color #057754 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057754 is #FA88AB. Grayscale: #505050. Windows color (decimal): -16418988 or 5535493. OLE color: 5535493.

HSL color Cylindrical-coordinate representation of color #057754: hue angle of 161.58º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057754 is Cyan = 0.96, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB511984-
CMYK0.9600.290.53
HSL161.58º91.94%24.31%-
HSV(B)161.58º95.8%46.67%-
XYZ8.2613.8710.63-
YUV80.92129.7373.85-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.40%
GREEN value IS 119 (46.88% from 255) = 57.21%
BLUE value IS 84 (33.20% from 255) = 40.38%
R=2.40%
G=57.21%
B=40.38%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5119840.9600.290.53161.5891.9424.31
Hex577546001D35a25c18
Octal51671241400356524213430
Binary10111101111010100110000001110111010110100010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057754; }

 p { color: rgb(5,119,84); }

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

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

 a { background-color: rgb(5,119,84); }

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

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

 span { border-color: rgb(5,119,84); }

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