#056249

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

Shades of Watercourse #056249

Tints of Watercourse #056249

Color information

#056249 (or 0x056249) is unknown color: approx Watercourse. HEX triplet: 05, 62 and 49. RGB value is (5,98,73). Sum of RGB (Red+Green+Blue) = 5+98+73=176 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.84% from 176); Green value is 98 (38.67% from 255 or 55.68% from 176); Blue value is 73 (28.91% from 255 or 41.48% from 176); Max value from RGB is 98 - color contains mainly: green. Hex color #056249 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056249 is #FA9DB6. Grayscale: #434343. Windows color (decimal): -16424375 or 4809221. OLE color: 4809221.

HSL color Cylindrical-coordinate representation of color #056249: hue angle of 163.87º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056249 is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB59873-
CMYK0.9500.260.62
HSL163.87º90.29%20.2%-
HSV(B)163.87º94.9%38.43%-
XYZ5.639.257.79-
YUV67.34131.1983.53-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.84%
GREEN value IS 98 (38.67% from 255) = 55.68%
BLUE value IS 73 (28.91% from 255) = 41.48%
R=2.84%
G=55.68%
B=41.48%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal598730.9500.260.62163.8790.2920.2
Hex562495F01A3Ea45a14
Octal51421111370327624413224
Binary10111000101001001101111101101011111010100100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056249; }

 p { color: rgb(5,98,73); }

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

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

 a { background-color: rgb(5,98,73); }

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

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

 span { border-color: rgb(5,98,73); }

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