Shades of Slate Blue #5143DB
Tints of Slate Blue #5143DB
RGB
CMYK
RGB Variations
Color information
#5143DB (or 0x5143DB) is known color: Slate Blue. HEX triplet: 51, 43 and DB. RGB value is (81,67,219). Sum of RGB (Red+Green+Blue) = 81+67+219=367 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.07% from 367); Green value is 67 (26.56% from 255 or 18.26% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #5143DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5143DB is #AEBC24. Grayscale: #575757. Windows color (decimal): -11451429 or 14369617. OLE color: 14369617.
HSL color Cylindrical-coordinate representation of color #5143DB: hue angle of 245.53º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5143DB is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 67 | 219 | - |
| CMYK | 0.63 | 0.69 | 0 | 0.14 |
| HSL | 245.53º | 0.68% | 0.56% | - |
| HSV(B) | 245.53º | 0.69% | 0.86% | - |
| XYZ | 18.19 | 10.88 | 68.16 | - |
| YUV | 88.51 | 201.64 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 67 | 219 | 0.63 | 0.69 | 0 | 0.14 | 245.53 | 0.68 | 0.56 |
| Hex | 51 | 43 | DB | 3F | 45 | 0 | E | F6 | 44 | 38 |
| Octal | 121 | 103 | 333 | 77 | 105 | 0 | 16 | 366 | 104 | 70 |
| Binary | 1010001 | 1000011 | 11011011 | 111111 | 1000101 | 0 | 1110 | 11110110 | 1000100 | 111000 |
Color Harmonies of #5143DB
Complementary color
Monochromatic Colors of #5143DB
Black with #5143DB
Text Example
Text Example
White with #5143DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5143DB; }
p { color: rgb(81,67,219); }
H1.HeaderClassName
{
color: #5143DB;
}
.AnyTagClassName
{
color: #5143DB;
}
</style>
background-color css
<style>
a { background-color: #5143DB; }
a { background-color: rgb(81,67,219); }
div.DivClassName
{
background-color: #5143DB;
}
.BgClassName
{
background-color: #5143DB;
}
</style>
border-color css
<style>
span { border-color: #5143DB; }
span { border-color: rgb(81,67,219); }
td.TdClassName
{
border-color: #5143DB;
}
.TagClassName
{
border-color: #5143DB;
}
</style>