Shades of Slate Blue #5844DF
Tints of Slate Blue #5844DF
RGB
CMYK
RGB Variations
Color information
#5844DF (or 0x5844DF) is known color: Slate Blue. HEX triplet: 58, 44 and DF. RGB value is (88,68,223). Sum of RGB (Red+Green+Blue) = 88+68+223=379 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.22% from 379); Green value is 68 (26.95% from 255 or 17.94% from 379); Blue value is 223 (87.5% from 255 or 58.84% from 379); Max value from RGB is 223 - color contains mainly: blue. Hex color #5844DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5844DF is #A7BB20. Grayscale: #5B5B5B. Windows color (decimal): -10992417 or 14632024. OLE color: 14632024.
HSL color Cylindrical-coordinate representation of color #5844DF: hue angle of 247.74º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5844DF is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 68 | 223 | - |
| CMYK | 0.61 | 0.70 | 0 | 0.13 |
| HSL | 247.74º | 0.71% | 0.57% | - |
| HSV(B) | 247.74º | 0.7% | 0.87% | - |
| XYZ | 19.41 | 11.54 | 71.02 | - |
| YUV | 91.65 | 202.13 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 68 | 223 | 0.61 | 0.70 | 0 | 0.13 | 247.74 | 0.71 | 0.57 |
| Hex | 58 | 44 | DF | 3D | 46 | 0 | D | F8 | 47 | 39 |
| Octal | 130 | 104 | 337 | 75 | 106 | 0 | 15 | 370 | 107 | 71 |
| Binary | 1011000 | 1000100 | 11011111 | 111101 | 1000110 | 0 | 1101 | 11111000 | 1000111 | 111001 |
Color Harmonies of #5844DF
Complementary color
Monochromatic Colors of #5844DF
Black with #5844DF
Text Example
Text Example
White with #5844DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5844DF; }
p { color: rgb(88,68,223); }
H1.HeaderClassName
{
color: #5844DF;
}
.AnyTagClassName
{
color: #5844DF;
}
</style>
background-color css
<style>
a { background-color: #5844DF; }
a { background-color: rgb(88,68,223); }
div.DivClassName
{
background-color: #5844DF;
}
.BgClassName
{
background-color: #5844DF;
}
</style>
border-color css
<style>
span { border-color: #5844DF; }
span { border-color: rgb(88,68,223); }
td.TdClassName
{
border-color: #5844DF;
}
.TagClassName
{
border-color: #5844DF;
}
</style>