Shades of Slate Blue #5440DB
Tints of Slate Blue #5440DB
RGB
CMYK
RGB Variations
Color information
#5440DB (or 0x5440DB) is known color: Slate Blue. HEX triplet: 54, 40 and DB. RGB value is (84,64,219). Sum of RGB (Red+Green+Blue) = 84+64+219=367 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.89% from 367); Green value is 64 (25.39% from 255 or 17.44% 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 #5440DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5440DB is #ABBF24. Grayscale: #575757. Windows color (decimal): -11255589 or 14368852. OLE color: 14368852.
HSL color Cylindrical-coordinate representation of color #5440DB: hue angle of 247.74º 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 #5440DB is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 64 | 219 | - |
| CMYK | 0.62 | 0.71 | 0 | 0.14 |
| HSL | 247.74º | 0.68% | 0.55% | - |
| HSV(B) | 247.74º | 0.71% | 0.86% | - |
| XYZ | 18.28 | 10.67 | 68.11 | - |
| YUV | 87.65 | 202.13 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 64 | 219 | 0.62 | 0.71 | 0 | 0.14 | 247.74 | 0.68 | 0.55 |
| Hex | 54 | 40 | DB | 3E | 47 | 0 | E | F8 | 44 | 37 |
| Octal | 124 | 100 | 333 | 76 | 107 | 0 | 16 | 370 | 104 | 67 |
| Binary | 1010100 | 1000000 | 11011011 | 111110 | 1000111 | 0 | 1110 | 11111000 | 1000100 | 110111 |
Color Harmonies of #5440DB
Complementary color
Monochromatic Colors of #5440DB
Black with #5440DB
Text Example
Text Example
White with #5440DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5440DB; }
p { color: rgb(84,64,219); }
H1.HeaderClassName
{
color: #5440DB;
}
.AnyTagClassName
{
color: #5440DB;
}
</style>
background-color css
<style>
a { background-color: #5440DB; }
a { background-color: rgb(84,64,219); }
div.DivClassName
{
background-color: #5440DB;
}
.BgClassName
{
background-color: #5440DB;
}
</style>
border-color css
<style>
span { border-color: #5440DB; }
span { border-color: rgb(84,64,219); }
td.TdClassName
{
border-color: #5440DB;
}
.TagClassName
{
border-color: #5440DB;
}
</style>