Shades of Slate Blue #553EDB
Tints of Slate Blue #553EDB
RGB
CMYK
RGB Variations
Color information
#553EDB (or 0x553EDB) is known color: Slate Blue. HEX triplet: 55, 3E and DB. RGB value is (85,62,219). Sum of RGB (Red+Green+Blue) = 85+62+219=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 62 (24.61% from 255 or 16.94% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #553EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553EDB is #AAC124. Grayscale: #565656. Windows color (decimal): -11190565 or 14368341. OLE color: 14368341.
HSL color Cylindrical-coordinate representation of color #553EDB: hue angle of 248.79º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #553EDB is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 62 | 219 | - |
| CMYK | 0.61 | 0.72 | 0 | 0.14 |
| HSL | 248.79º | 0.69% | 0.55% | - |
| HSV(B) | 248.79º | 0.72% | 0.86% | - |
| XYZ | 18.26 | 10.49 | 68.08 | - |
| YUV | 86.78 | 202.62 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 62 | 219 | 0.61 | 0.72 | 0 | 0.14 | 248.79 | 0.69 | 0.55 |
| Hex | 55 | 3E | DB | 3D | 48 | 0 | E | F9 | 45 | 37 |
| Octal | 125 | 76 | 333 | 75 | 110 | 0 | 16 | 371 | 105 | 67 |
| Binary | 1010101 | 111110 | 11011011 | 111101 | 1001000 | 0 | 1110 | 11111001 | 1000101 | 110111 |
Color Harmonies of #553EDB
Complementary color
Monochromatic Colors of #553EDB
Black with #553EDB
Text Example
Text Example
White with #553EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553EDB; }
p { color: rgb(85,62,219); }
H1.HeaderClassName
{
color: #553EDB;
}
.AnyTagClassName
{
color: #553EDB;
}
</style>
background-color css
<style>
a { background-color: #553EDB; }
a { background-color: rgb(85,62,219); }
div.DivClassName
{
background-color: #553EDB;
}
.BgClassName
{
background-color: #553EDB;
}
</style>
border-color css
<style>
span { border-color: #553EDB; }
span { border-color: rgb(85,62,219); }
td.TdClassName
{
border-color: #553EDB;
}
.TagClassName
{
border-color: #553EDB;
}
</style>