Shades of Slate Blue #5B63DE
Tints of Slate Blue #5B63DE
RGB
CMYK
RGB Variations
Color information
#5B63DE (or 0x5B63DE) is known color: Slate Blue. HEX triplet: 5B, 63 and DE. RGB value is (91,99,222). Sum of RGB (Red+Green+Blue) = 91+99+222=412 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.09% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 222 (87.11% from 255 or 53.88% from 412); Max value from RGB is 222 - color contains mainly: blue. Hex color #5B63DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B63DE is #A49C21. Grayscale: #6E6E6E. Windows color (decimal): -10787874 or 14574427. OLE color: 14574427.
HSL color Cylindrical-coordinate representation of color #5B63DE: hue angle of 236.34º 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 #5B63DE is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 99 | 222 | - |
| CMYK | 0.59 | 0.55 | 0 | 0.13 |
| HSL | 236.34º | 0.66% | 0.61% | - |
| HSV(B) | 236.34º | 0.59% | 0.87% | - |
| XYZ | 21.96 | 16.42 | 71.12 | - |
| YUV | 110.63 | 190.85 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 99 | 222 | 0.59 | 0.55 | 0 | 0.13 | 236.34 | 0.66 | 0.61 |
| Hex | 5B | 63 | DE | 3B | 37 | 0 | D | EC | 42 | 3D |
| Octal | 133 | 143 | 336 | 73 | 67 | 0 | 15 | 354 | 102 | 75 |
| Binary | 1011011 | 1100011 | 11011110 | 111011 | 110111 | 0 | 1101 | 11101100 | 1000010 | 111101 |
Color Harmonies of #5B63DE
Complementary color
Monochromatic Colors of #5B63DE
Black with #5B63DE
Text Example
Text Example
White with #5B63DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B63DE; }
p { color: rgb(91,99,222); }
H1.HeaderClassName
{
color: #5B63DE;
}
.AnyTagClassName
{
color: #5B63DE;
}
</style>
background-color css
<style>
a { background-color: #5B63DE; }
a { background-color: rgb(91,99,222); }
div.DivClassName
{
background-color: #5B63DE;
}
.BgClassName
{
background-color: #5B63DE;
}
</style>
border-color css
<style>
span { border-color: #5B63DE; }
span { border-color: rgb(91,99,222); }
td.TdClassName
{
border-color: #5B63DE;
}
.TagClassName
{
border-color: #5B63DE;
}
</style>