Shades of Slate Blue #553FDB
Tints of Slate Blue #553FDB
RGB
CMYK
RGB Variations
Color information
#553FDB (or 0x553FDB) is known color: Slate Blue. HEX triplet: 55, 3F and DB. RGB value is (85,63,219). Sum of RGB (Red+Green+Blue) = 85+63+219=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 63 (25% from 255 or 17.17% 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 #553FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553FDB is #AAC024. Grayscale: #565656. Windows color (decimal): -11190309 or 14368597. OLE color: 14368597.
HSL color Cylindrical-coordinate representation of color #553FDB: hue angle of 248.46º 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 #553FDB is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 63 | 219 | - |
| CMYK | 0.61 | 0.71 | 0 | 0.14 |
| HSL | 248.46º | 0.68% | 0.55% | - |
| HSV(B) | 248.46º | 0.71% | 0.86% | - |
| XYZ | 18.31 | 10.6 | 68.1 | - |
| YUV | 87.36 | 202.29 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 63 | 219 | 0.61 | 0.71 | 0 | 0.14 | 248.46 | 0.68 | 0.55 |
| Hex | 55 | 3F | DB | 3D | 47 | 0 | E | F8 | 44 | 37 |
| Octal | 125 | 77 | 333 | 75 | 107 | 0 | 16 | 370 | 104 | 67 |
| Binary | 1010101 | 111111 | 11011011 | 111101 | 1000111 | 0 | 1110 | 11111000 | 1000100 | 110111 |
Color Harmonies of #553FDB
Complementary color
Monochromatic Colors of #553FDB
Black with #553FDB
Text Example
Text Example
White with #553FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553FDB; }
p { color: rgb(85,63,219); }
H1.HeaderClassName
{
color: #553FDB;
}
.AnyTagClassName
{
color: #553FDB;
}
</style>
background-color css
<style>
a { background-color: #553FDB; }
a { background-color: rgb(85,63,219); }
div.DivClassName
{
background-color: #553FDB;
}
.BgClassName
{
background-color: #553FDB;
}
</style>
border-color css
<style>
span { border-color: #553FDB; }
span { border-color: rgb(85,63,219); }
td.TdClassName
{
border-color: #553FDB;
}
.TagClassName
{
border-color: #553FDB;
}
</style>