Shades of Slate Blue #5041DB
Tints of Slate Blue #5041DB
RGB
CMYK
RGB Variations
Color information
#5041DB (or 0x5041DB) is known color: Slate Blue. HEX triplet: 50, 41 and DB. RGB value is (80,65,219). Sum of RGB (Red+Green+Blue) = 80+65+219=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #5041DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5041DB is #AFBE24. Grayscale: #565656. Windows color (decimal): -11517477 or 14369104. OLE color: 14369104.
HSL color Cylindrical-coordinate representation of color #5041DB: hue angle of 245.84º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5041DB is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 65 | 219 | - |
| CMYK | 0.63 | 0.70 | 0 | 0.14 |
| HSL | 245.84º | 0.68% | 0.56% | - |
| HSV(B) | 245.84º | 0.7% | 0.86% | - |
| XYZ | 17.98 | 10.6 | 68.12 | - |
| YUV | 87.04 | 202.47 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 65 | 219 | 0.63 | 0.70 | 0 | 0.14 | 245.84 | 0.68 | 0.56 |
| Hex | 50 | 41 | DB | 3F | 46 | 0 | E | F6 | 44 | 38 |
| Octal | 120 | 101 | 333 | 77 | 106 | 0 | 16 | 366 | 104 | 70 |
| Binary | 1010000 | 1000001 | 11011011 | 111111 | 1000110 | 0 | 1110 | 11110110 | 1000100 | 111000 |
Color Harmonies of #5041DB
Complementary color
Monochromatic Colors of #5041DB
Black with #5041DB
Text Example
Text Example
White with #5041DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5041DB; }
p { color: rgb(80,65,219); }
H1.HeaderClassName
{
color: #5041DB;
}
.AnyTagClassName
{
color: #5041DB;
}
</style>
background-color css
<style>
a { background-color: #5041DB; }
a { background-color: rgb(80,65,219); }
div.DivClassName
{
background-color: #5041DB;
}
.BgClassName
{
background-color: #5041DB;
}
</style>
border-color css
<style>
span { border-color: #5041DB; }
span { border-color: rgb(80,65,219); }
td.TdClassName
{
border-color: #5041DB;
}
.TagClassName
{
border-color: #5041DB;
}
</style>