Shades of Slate Blue #5855DA
Tints of Slate Blue #5855DA
RGB
CMYK
RGB Variations
Color information
#5855DA (or 0x5855DA) is known color: Slate Blue. HEX triplet: 58, 55 and DA. RGB value is (88,85,218). Sum of RGB (Red+Green+Blue) = 88+85+218=391 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.51% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 218 (85.55% from 255 or 55.75% from 391); Max value from RGB is 218 - color contains mainly: blue. Hex color #5855DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5855DA is #A7AA25. Grayscale: #646464. Windows color (decimal): -10988070 or 14308696. OLE color: 14308696.
HSL color Cylindrical-coordinate representation of color #5855DA: hue angle of 241.35º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5855DA is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 88 | 85 | 218 | - |
| CMYK | 0.60 | 0.61 | 0 | 0.15 |
| HSL | 241.35º | 0.64% | 0.59% | - |
| HSV(B) | 241.35º | 0.61% | 0.85% | - |
| XYZ | 19.93 | 13.63 | 67.91 | - |
| YUV | 101.06 | 193.99 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 85 | 218 | 0.60 | 0.61 | 0 | 0.15 | 241.35 | 0.64 | 0.59 |
| Hex | 58 | 55 | DA | 3C | 3D | 0 | F | F1 | 40 | 3B |
| Octal | 130 | 125 | 332 | 74 | 75 | 0 | 17 | 361 | 100 | 73 |
| Binary | 1011000 | 1010101 | 11011010 | 111100 | 111101 | 0 | 1111 | 11110001 | 1000000 | 111011 |
Color Harmonies of #5855DA
Complementary color
Monochromatic Colors of #5855DA
Black with #5855DA
Text Example
Text Example
White with #5855DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5855DA; }
p { color: rgb(88,85,218); }
H1.HeaderClassName
{
color: #5855DA;
}
.AnyTagClassName
{
color: #5855DA;
}
</style>
background-color css
<style>
a { background-color: #5855DA; }
a { background-color: rgb(88,85,218); }
div.DivClassName
{
background-color: #5855DA;
}
.BgClassName
{
background-color: #5855DA;
}
</style>
border-color css
<style>
span { border-color: #5855DA; }
span { border-color: rgb(88,85,218); }
td.TdClassName
{
border-color: #5855DA;
}
.TagClassName
{
border-color: #5855DA;
}
</style>