Shades of Slate Blue #553DDB
Tints of Slate Blue #553DDB
RGB
CMYK
RGB Variations
Color information
#553DDB (or 0x553DDB) is known color: Slate Blue. HEX triplet: 55, 3D and DB. RGB value is (85,61,219). Sum of RGB (Red+Green+Blue) = 85+61+219=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 61 (24.22% from 255 or 16.71% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #553DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553DDB is #AAC224. Grayscale: #555555. Windows color (decimal): -11190821 or 14368085. OLE color: 14368085.
HSL color Cylindrical-coordinate representation of color #553DDB: hue angle of 249.11º 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 #553DDB is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 61 | 219 | - |
| CMYK | 0.61 | 0.72 | 0 | 0.14 |
| HSL | 249.11º | 0.69% | 0.55% | - |
| HSV(B) | 249.11º | 0.72% | 0.86% | - |
| XYZ | 18.2 | 10.38 | 68.06 | - |
| YUV | 86.19 | 202.95 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 61 | 219 | 0.61 | 0.72 | 0 | 0.14 | 249.11 | 0.69 | 0.55 |
| Hex | 55 | 3D | DB | 3D | 48 | 0 | E | F9 | 45 | 37 |
| Octal | 125 | 75 | 333 | 75 | 110 | 0 | 16 | 371 | 105 | 67 |
| Binary | 1010101 | 111101 | 11011011 | 111101 | 1001000 | 0 | 1110 | 11111001 | 1000101 | 110111 |
Color Harmonies of #553DDB
Complementary color
Monochromatic Colors of #553DDB
Black with #553DDB
Text Example
Text Example
White with #553DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553DDB; }
p { color: rgb(85,61,219); }
H1.HeaderClassName
{
color: #553DDB;
}
.AnyTagClassName
{
color: #553DDB;
}
</style>
background-color css
<style>
a { background-color: #553DDB; }
a { background-color: rgb(85,61,219); }
div.DivClassName
{
background-color: #553DDB;
}
.BgClassName
{
background-color: #553DDB;
}
</style>
border-color css
<style>
span { border-color: #553DDB; }
span { border-color: rgb(85,61,219); }
td.TdClassName
{
border-color: #553DDB;
}
.TagClassName
{
border-color: #553DDB;
}
</style>