Shades of Slate Blue #5B63DD
Tints of Slate Blue #5B63DD
RGB
CMYK
RGB Variations
Color information
#5B63DD (or 0x5B63DD) is known color: Slate Blue. HEX triplet: 5B, 63 and DD. RGB value is (91,99,221). Sum of RGB (Red+Green+Blue) = 91+99+221=411 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.14% from 411); Green value is 99 (39.06% from 255 or 24.09% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #5B63DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B63DD is #A49C22. Grayscale: #6E6E6E. Windows color (decimal): -10787875 or 14508891. OLE color: 14508891.
HSL color Cylindrical-coordinate representation of color #5B63DD: hue angle of 236.31º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B63DD is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 99 | 221 | - |
| CMYK | 0.59 | 0.55 | 0 | 0.13 |
| HSL | 236.31º | 0.66% | 0.61% | - |
| HSV(B) | 236.31º | 0.59% | 0.87% | - |
| XYZ | 21.83 | 16.37 | 70.42 | - |
| YUV | 110.52 | 190.35 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 99 | 221 | 0.59 | 0.55 | 0 | 0.13 | 236.31 | 0.66 | 0.61 |
| Hex | 5B | 63 | DD | 3B | 37 | 0 | D | EC | 42 | 3D |
| Octal | 133 | 143 | 335 | 73 | 67 | 0 | 15 | 354 | 102 | 75 |
| Binary | 1011011 | 1100011 | 11011101 | 111011 | 110111 | 0 | 1101 | 11101100 | 1000010 | 111101 |
Color Harmonies of #5B63DD
Complementary color
Monochromatic Colors of #5B63DD
Black with #5B63DD
Text Example
Text Example
White with #5B63DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B63DD; }
p { color: rgb(91,99,221); }
H1.HeaderClassName
{
color: #5B63DD;
}
.AnyTagClassName
{
color: #5B63DD;
}
</style>
background-color css
<style>
a { background-color: #5B63DD; }
a { background-color: rgb(91,99,221); }
div.DivClassName
{
background-color: #5B63DD;
}
.BgClassName
{
background-color: #5B63DD;
}
</style>
border-color css
<style>
span { border-color: #5B63DD; }
span { border-color: rgb(91,99,221); }
td.TdClassName
{
border-color: #5B63DD;
}
.TagClassName
{
border-color: #5B63DD;
}
</style>