Shades of Slate Blue #5855D5
Tints of Slate Blue #5855D5
RGB
CMYK
RGB Variations
Color information
#5855D5 (or 0x5855D5) is known color: Slate Blue. HEX triplet: 58, 55 and D5. RGB value is (88,85,213). Sum of RGB (Red+Green+Blue) = 88+85+213=386 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.80% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 213 (83.59% from 255 or 55.18% from 386); Max value from RGB is 213 - color contains mainly: blue. Hex color #5855D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5855D5 is #A7AA2A. Grayscale: #636363. Windows color (decimal): -10988075 or 13981016. OLE color: 13981016.
HSL color Cylindrical-coordinate representation of color #5855D5: hue angle of 241.41º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5855D5 is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 88 | 85 | 213 | - |
| CMYK | 0.59 | 0.60 | 0 | 0.16 |
| HSL | 241.41º | 0.6% | 0.58% | - |
| HSV(B) | 241.41º | 0.6% | 0.84% | - |
| XYZ | 19.28 | 13.38 | 64.52 | - |
| YUV | 100.49 | 191.49 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 85 | 213 | 0.59 | 0.60 | 0 | 0.16 | 241.41 | 0.6 | 0.58 |
| Hex | 58 | 55 | D5 | 3B | 3C | 0 | 10 | F1 | 3C | 3A |
| Octal | 130 | 125 | 325 | 73 | 74 | 0 | 20 | 361 | 74 | 72 |
| Binary | 1011000 | 1010101 | 11010101 | 111011 | 111100 | 0 | 10000 | 11110001 | 111100 | 111010 |
Color Harmonies of #5855D5
Complementary color
Monochromatic Colors of #5855D5
Black with #5855D5
Text Example
Text Example
White with #5855D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5855D5; }
p { color: rgb(88,85,213); }
H1.HeaderClassName
{
color: #5855D5;
}
.AnyTagClassName
{
color: #5855D5;
}
</style>
background-color css
<style>
a { background-color: #5855D5; }
a { background-color: rgb(88,85,213); }
div.DivClassName
{
background-color: #5855D5;
}
.BgClassName
{
background-color: #5855D5;
}
</style>
border-color css
<style>
span { border-color: #5855D5; }
span { border-color: rgb(88,85,213); }
td.TdClassName
{
border-color: #5855D5;
}
.TagClassName
{
border-color: #5855D5;
}
</style>