Shades of Slate Blue #5B51DF
Tints of Slate Blue #5B51DF
RGB
CMYK
RGB Variations
Color information
#5B51DF (or 0x5B51DF) is known color: Slate Blue. HEX triplet: 5B, 51 and DF. RGB value is (91,81,223). Sum of RGB (Red+Green+Blue) = 91+81+223=395 (52% of max value = 765). Red value is 91 (35.94% from 255 or 23.04% from 395); Green value is 81 (32.03% from 255 or 20.51% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #5B51DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B51DF is #A4AE20. Grayscale: #636363. Windows color (decimal): -10792481 or 14635355. OLE color: 14635355.
HSL color Cylindrical-coordinate representation of color #5B51DF: hue angle of 244.23º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B51DF is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 81 | 223 | - |
| CMYK | 0.59 | 0.64 | 0 | 0.13 |
| HSL | 244.23º | 0.69% | 0.6% | - |
| HSV(B) | 244.23º | 0.64% | 0.87% | - |
| XYZ | 20.58 | 13.44 | 71.32 | - |
| YUV | 100.18 | 197.31 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 81 | 223 | 0.59 | 0.64 | 0 | 0.13 | 244.23 | 0.69 | 0.6 |
| Hex | 5B | 51 | DF | 3B | 40 | 0 | D | F4 | 45 | 3C |
| Octal | 133 | 121 | 337 | 73 | 100 | 0 | 15 | 364 | 105 | 74 |
| Binary | 1011011 | 1010001 | 11011111 | 111011 | 1000000 | 0 | 1101 | 11110100 | 1000101 | 111100 |
Color Harmonies of #5B51DF
Complementary color
Monochromatic Colors of #5B51DF
Black with #5B51DF
Text Example
Text Example
White with #5B51DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B51DF; }
p { color: rgb(91,81,223); }
H1.HeaderClassName
{
color: #5B51DF;
}
.AnyTagClassName
{
color: #5B51DF;
}
</style>
background-color css
<style>
a { background-color: #5B51DF; }
a { background-color: rgb(91,81,223); }
div.DivClassName
{
background-color: #5B51DF;
}
.BgClassName
{
background-color: #5B51DF;
}
</style>
border-color css
<style>
span { border-color: #5B51DF; }
span { border-color: rgb(91,81,223); }
td.TdClassName
{
border-color: #5B51DF;
}
.TagClassName
{
border-color: #5B51DF;
}
</style>