#050649

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

Shades of Midnight Express #050649

Tints of Midnight Express #050649

Color information

#050649 (or 0x050649) is unknown color: approx Midnight Express. HEX triplet: 05, 06 and 49. RGB value is (5,6,73). Sum of RGB (Red+Green+Blue) = 5+6+73=84 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.95% from 84); Green value is 6 (2.73% from 255 or 7.14% from 84); Blue value is 73 (28.91% from 255 or 86.90% from 84); Max value from RGB is 73 - color contains mainly: blue. Hex color #050649 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050649 is #FAF9B6. Grayscale: #0D0D0D. Windows color (decimal): -16447927 or 4785669. OLE color: 4785669.

HSL color Cylindrical-coordinate representation of color #050649: hue angle of 239.12º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #050649 is Cyan = 0.93, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB5673-
CMYK0.930.9200.71
HSL239.12º87.18%15.29%-
HSV(B)239.12º93.15%28.63%-
XYZ1.330.646.36-
YUV13.34161.67122.05-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.95%
GREEN value IS 6 (2.73% from 255) = 7.14%
BLUE value IS 73 (28.91% from 255) = 86.90%
R=5.95%
G=7.14%
B=86.90%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal56730.930.9200.71239.1287.1815.29
Hex56495D5C047ef57f
Octal56111135134010735712717
Binary101110100100110111011011100010001111110111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050649; }

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

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

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

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

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

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

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

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