Shades of Slate Blue #5540DB
Tints of Slate Blue #5540DB
RGB
CMYK
RGB Variations
Color information
#5540DB (or 0x5540DB) is known color: Slate Blue. HEX triplet: 55, 40 and DB. RGB value is (85,64,219). Sum of RGB (Red+Green+Blue) = 85+64+219=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #5540DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5540DB is #AABF24. Grayscale: #575757. Windows color (decimal): -11190053 or 14368853. OLE color: 14368853.
HSL color Cylindrical-coordinate representation of color #5540DB: hue angle of 248.13º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5540DB is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 64 | 219 | - |
| CMYK | 0.61 | 0.71 | 0 | 0.14 |
| HSL | 248.13º | 0.68% | 0.55% | - |
| HSV(B) | 248.13º | 0.71% | 0.86% | - |
| XYZ | 18.37 | 10.71 | 68.12 | - |
| YUV | 87.95 | 201.96 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 64 | 219 | 0.61 | 0.71 | 0 | 0.14 | 248.13 | 0.68 | 0.55 |
| Hex | 55 | 40 | DB | 3D | 47 | 0 | E | F8 | 44 | 37 |
| Octal | 125 | 100 | 333 | 75 | 107 | 0 | 16 | 370 | 104 | 67 |
| Binary | 1010101 | 1000000 | 11011011 | 111101 | 1000111 | 0 | 1110 | 11111000 | 1000100 | 110111 |
Color Harmonies of #5540DB
Complementary color
Monochromatic Colors of #5540DB
Black with #5540DB
Text Example
Text Example
White with #5540DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5540DB; }
p { color: rgb(85,64,219); }
H1.HeaderClassName
{
color: #5540DB;
}
.AnyTagClassName
{
color: #5540DB;
}
</style>
background-color css
<style>
a { background-color: #5540DB; }
a { background-color: rgb(85,64,219); }
div.DivClassName
{
background-color: #5540DB;
}
.BgClassName
{
background-color: #5540DB;
}
</style>
border-color css
<style>
span { border-color: #5540DB; }
span { border-color: rgb(85,64,219); }
td.TdClassName
{
border-color: #5540DB;
}
.TagClassName
{
border-color: #5540DB;
}
</style>