Shades of Slate Blue #5855DB
Tints of Slate Blue #5855DB
RGB
CMYK
RGB Variations
Color information
#5855DB (or 0x5855DB) is known color: Slate Blue. HEX triplet: 58, 55 and DB. RGB value is (88,85,219). Sum of RGB (Red+Green+Blue) = 88+85+219=392 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.45% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #5855DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5855DB is #A7AA24. Grayscale: #646464. Windows color (decimal): -10988069 or 14374232. OLE color: 14374232.
HSL color Cylindrical-coordinate representation of color #5855DB: hue angle of 241.34º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5855DB is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 85 | 219 | - |
| CMYK | 0.60 | 0.61 | 0 | 0.14 |
| HSL | 241.34º | 0.65% | 0.6% | - |
| HSV(B) | 241.34º | 0.61% | 0.86% | - |
| XYZ | 20.06 | 13.69 | 68.6 | - |
| YUV | 101.17 | 194.49 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 85 | 219 | 0.60 | 0.61 | 0 | 0.14 | 241.34 | 0.65 | 0.6 |
| Hex | 58 | 55 | DB | 3C | 3D | 0 | E | F1 | 41 | 3C |
| Octal | 130 | 125 | 333 | 74 | 75 | 0 | 16 | 361 | 101 | 74 |
| Binary | 1011000 | 1010101 | 11011011 | 111100 | 111101 | 0 | 1110 | 11110001 | 1000001 | 111100 |
Color Harmonies of #5855DB
Complementary color
Monochromatic Colors of #5855DB
Black with #5855DB
Text Example
Text Example
White with #5855DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5855DB; }
p { color: rgb(88,85,219); }
H1.HeaderClassName
{
color: #5855DB;
}
.AnyTagClassName
{
color: #5855DB;
}
</style>
background-color css
<style>
a { background-color: #5855DB; }
a { background-color: rgb(88,85,219); }
div.DivClassName
{
background-color: #5855DB;
}
.BgClassName
{
background-color: #5855DB;
}
</style>
border-color css
<style>
span { border-color: #5855DB; }
span { border-color: rgb(88,85,219); }
td.TdClassName
{
border-color: #5855DB;
}
.TagClassName
{
border-color: #5855DB;
}
</style>