Shades of Midnight Express #050546
Tints of Midnight Express #050546
RGB
CMYK
RGB Variations
Color information
#050546 (or 0x050546) is known color: Midnight Express. HEX triplet: 05, 05 and 46. RGB value is (5,5,70). Sum of RGB (Red+Green+Blue) = 5+5+70=80 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.25% from 80); Green value is 5 (2.34% from 255 or 6.25% from 80); Blue value is 70 (27.73% from 255 or 87.5% from 80); Max value from RGB is 70 - color contains mainly: blue. Hex color #050546 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050546 is #FAFAB9. Grayscale: #0C0C0C. Windows color (decimal): -16448186 or 4588805. OLE color: 4588805.
HSL color Cylindrical-coordinate representation of color #050546: hue angle of 240º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #050546 is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 5 | 70 | - |
| CMYK | 0.93 | 0.93 | 0 | 0.73 |
| HSL | 240º | 0.87% | 0.15% | - |
| HSV(B) | 240º | 0.93% | 0.27% | - |
| XYZ | 1.22 | 0.58 | 5.84 | - |
| YUV | 12.41 | 160.5 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 5 | 70 | 0.93 | 0.93 | 0 | 0.73 | 240 | 0.87 | 0.15 |
| Hex | 5 | 5 | 46 | 5D | 5D | 0 | 49 | F0 | 57 | F |
| Octal | 5 | 5 | 106 | 135 | 135 | 0 | 111 | 360 | 127 | 17 |
| Binary | 101 | 101 | 1000110 | 1011101 | 1011101 | 0 | 1001001 | 11110000 | 1010111 | 1111 |
Color Harmonies of #050546
Complementary color
Monochromatic Colors of #050546
Black with #050546
Text Example
Text Example
White with #050546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050546; }
p { color: rgb(5,5,70); }
H1.HeaderClassName
{
color: #050546;
}
.AnyTagClassName
{
color: #050546;
}
</style>
background-color css
<style>
a { background-color: #050546; }
a { background-color: rgb(5,5,70); }
div.DivClassName
{
background-color: #050546;
}
.BgClassName
{
background-color: #050546;
}
</style>
border-color css
<style>
span { border-color: #050546; }
span { border-color: rgb(5,5,70); }
td.TdClassName
{
border-color: #050546;
}
.TagClassName
{
border-color: #050546;
}
</style>