Shades of Slate Blue #5046DA
Tints of Slate Blue #5046DA
RGB
CMYK
RGB Variations
Color information
#5046DA (or 0x5046DA) is known color: Slate Blue. HEX triplet: 50, 46 and DA. RGB value is (80,70,218). Sum of RGB (Red+Green+Blue) = 80+70+218=368 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.74% from 368); Green value is 70 (27.73% from 255 or 19.02% from 368); Blue value is 218 (85.55% from 255 or 59.24% from 368); Max value from RGB is 218 - color contains mainly: blue. Hex color #5046DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5046DA is #AFB925. Grayscale: #595959. Windows color (decimal): -11516198 or 14304848. OLE color: 14304848.
HSL color Cylindrical-coordinate representation of color #5046DA: hue angle of 244.05º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5046DA is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 70 | 218 | - |
| CMYK | 0.63 | 0.68 | 0 | 0.15 |
| HSL | 244.05º | 0.67% | 0.56% | - |
| HSV(B) | 244.05º | 0.68% | 0.85% | - |
| XYZ | 18.15 | 11.15 | 67.52 | - |
| YUV | 89.86 | 200.31 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 70 | 218 | 0.63 | 0.68 | 0 | 0.15 | 244.05 | 0.67 | 0.56 |
| Hex | 50 | 46 | DA | 3F | 44 | 0 | F | F4 | 43 | 38 |
| Octal | 120 | 106 | 332 | 77 | 104 | 0 | 17 | 364 | 103 | 70 |
| Binary | 1010000 | 1000110 | 11011010 | 111111 | 1000100 | 0 | 1111 | 11110100 | 1000011 | 111000 |
Color Harmonies of #5046DA
Complementary color
Monochromatic Colors of #5046DA
Black with #5046DA
Text Example
Text Example
White with #5046DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5046DA; }
p { color: rgb(80,70,218); }
H1.HeaderClassName
{
color: #5046DA;
}
.AnyTagClassName
{
color: #5046DA;
}
</style>
background-color css
<style>
a { background-color: #5046DA; }
a { background-color: rgb(80,70,218); }
div.DivClassName
{
background-color: #5046DA;
}
.BgClassName
{
background-color: #5046DA;
}
</style>
border-color css
<style>
span { border-color: #5046DA; }
span { border-color: rgb(80,70,218); }
td.TdClassName
{
border-color: #5046DA;
}
.TagClassName
{
border-color: #5046DA;
}
</style>