Shades of Slate Blue #5845DD
Tints of Slate Blue #5845DD
RGB
CMYK
RGB Variations
Color information
#5845DD (or 0x5845DD) is known color: Slate Blue. HEX triplet: 58, 45 and DD. RGB value is (88,69,221). Sum of RGB (Red+Green+Blue) = 88+69+221=378 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.28% from 378); Green value is 69 (27.34% from 255 or 18.25% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #5845DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5845DD is #A7BA22. Grayscale: #5B5B5B. Windows color (decimal): -10992163 or 14501208. OLE color: 14501208.
HSL color Cylindrical-coordinate representation of color #5845DD: hue angle of 247.5º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5845DD is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 69 | 221 | - |
| CMYK | 0.60 | 0.69 | 0 | 0.13 |
| HSL | 247.5º | 0.69% | 0.57% | - |
| HSV(B) | 247.5º | 0.69% | 0.87% | - |
| XYZ | 19.2 | 11.55 | 69.62 | - |
| YUV | 92.01 | 200.79 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 69 | 221 | 0.60 | 0.69 | 0 | 0.13 | 247.5 | 0.69 | 0.57 |
| Hex | 58 | 45 | DD | 3C | 45 | 0 | D | F8 | 45 | 39 |
| Octal | 130 | 105 | 335 | 74 | 105 | 0 | 15 | 370 | 105 | 71 |
| Binary | 1011000 | 1000101 | 11011101 | 111100 | 1000101 | 0 | 1101 | 11111000 | 1000101 | 111001 |
Color Harmonies of #5845DD
Complementary color
Monochromatic Colors of #5845DD
Black with #5845DD
Text Example
Text Example
White with #5845DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5845DD; }
p { color: rgb(88,69,221); }
H1.HeaderClassName
{
color: #5845DD;
}
.AnyTagClassName
{
color: #5845DD;
}
</style>
background-color css
<style>
a { background-color: #5845DD; }
a { background-color: rgb(88,69,221); }
div.DivClassName
{
background-color: #5845DD;
}
.BgClassName
{
background-color: #5845DD;
}
</style>
border-color css
<style>
span { border-color: #5845DD; }
span { border-color: rgb(88,69,221); }
td.TdClassName
{
border-color: #5845DD;
}
.TagClassName
{
border-color: #5845DD;
}
</style>