#057255

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

Shades of Watercourse #057255

Tints of Watercourse #057255

Color information

#057255 (or 0x057255) is unknown color: approx Watercourse. HEX triplet: 05, 72 and 55. RGB value is (5,114,85). Sum of RGB (Red+Green+Blue) = 5+114+85=204 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.45% from 204); Green value is 114 (44.92% from 255 or 55.88% from 204); Blue value is 85 (33.59% from 255 or 41.67% from 204); Max value from RGB is 114 - color contains mainly: green. Hex color #057255 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057255 is #FA8DAA. Grayscale: #4E4E4E. Windows color (decimal): -16420267 or 5599749. OLE color: 5599749.

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

Color convert

RGB511485-
CMYK0.9600.250.55
HSL164.04º91.6%23.33%-
HSV(B)164.04º95.61%44.71%-
XYZ7.7212.7210.64-
YUV78.1131.8975.86-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.45%
GREEN value IS 114 (44.92% from 255) = 55.88%
BLUE value IS 85 (33.59% from 255) = 41.67%
R=2.45%
G=55.88%
B=41.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5114850.9600.250.55164.0491.623.33
Hex572556001937a45c17
Octal51621251400316724413427
Binary10111100101010101110000001100111011110100100101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057255; }

 p { color: rgb(5,114,85); }

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

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

 a { background-color: rgb(5,114,85); }

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

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

 span { border-color: rgb(5,114,85); }

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