#057144

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

Shades of Watercourse #057144

Tints of Watercourse #057144

Color information

#057144 (or 0x057144) is unknown color: approx Watercourse. HEX triplet: 05, 71 and 44. RGB value is (5,113,68). Sum of RGB (Red+Green+Blue) = 5+113+68=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 113 (44.53% from 255 or 60.75% from 186); Blue value is 68 (26.95% from 255 or 36.56% from 186); Max value from RGB is 113 - color contains mainly: green. Hex color #057144 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057144 is #FA8EBB. Grayscale: #4B4B4B. Windows color (decimal): -16420540 or 4485381. OLE color: 4485381.

HSL color Cylindrical-coordinate representation of color #057144: hue angle of 155º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057144 is Cyan = 0.96, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB511368-
CMYK0.9600.400.56
HSL155º91.53%23.14%-
HSV(B)155º95.58%44.31%-
XYZ7.0112.267.47-
YUV75.58123.7277.66-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.69%
GREEN value IS 113 (44.53% from 255) = 60.75%
BLUE value IS 68 (26.95% from 255) = 36.56%
R=2.69%
G=60.75%
B=36.56%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5113680.9600.400.5615591.5323.14
Hex5714460028389b5c17
Octal51611041400507023313427
Binary101111000110001001100000010100011100010011011101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057144; }

 p { color: rgb(5,113,68); }

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

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

 a { background-color: rgb(5,113,68); }

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

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

 span { border-color: rgb(5,113,68); }

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