Shades of Slate Blue #5B4EC9
Tints of Slate Blue #5B4EC9
RGB
CMYK
RGB Variations
Color information
#5B4EC9 (or 0x5B4EC9) is known color: Slate Blue. HEX triplet: 5B, 4E and C9. RGB value is (91,78,201). Sum of RGB (Red+Green+Blue) = 91+78+201=370 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.59% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 201 (78.91% from 255 or 54.32% from 370); Max value from RGB is 201 - color contains mainly: blue. Hex color #5B4EC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B4EC9 is #A4B136. Grayscale: #5F5F5F. Windows color (decimal): -10793271 or 13192795. OLE color: 13192795.
HSL color Cylindrical-coordinate representation of color #5B4EC9: hue angle of 246.34º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5B4EC9 is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 91 | 78 | 201 | - |
| CMYK | 0.55 | 0.61 | 0 | 0.21 |
| HSL | 246.34º | 0.53% | 0.55% | - |
| HSV(B) | 246.34º | 0.61% | 0.79% | - |
| XYZ | 17.58 | 11.89 | 56.63 | - |
| YUV | 95.91 | 187.31 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 78 | 201 | 0.55 | 0.61 | 0 | 0.21 | 246.34 | 0.53 | 0.55 |
| Hex | 5B | 4E | C9 | 37 | 3D | 0 | 15 | F6 | 35 | 37 |
| Octal | 133 | 116 | 311 | 67 | 75 | 0 | 25 | 366 | 65 | 67 |
| Binary | 1011011 | 1001110 | 11001001 | 110111 | 111101 | 0 | 10101 | 11110110 | 110101 | 110111 |
Color Harmonies of #5B4EC9
Complementary color
Monochromatic Colors of #5B4EC9
Black with #5B4EC9
Text Example
Text Example
White with #5B4EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4EC9; }
p { color: rgb(91,78,201); }
H1.HeaderClassName
{
color: #5B4EC9;
}
.AnyTagClassName
{
color: #5B4EC9;
}
</style>
background-color css
<style>
a { background-color: #5B4EC9; }
a { background-color: rgb(91,78,201); }
div.DivClassName
{
background-color: #5B4EC9;
}
.BgClassName
{
background-color: #5B4EC9;
}
</style>
border-color css
<style>
span { border-color: #5B4EC9; }
span { border-color: rgb(91,78,201); }
td.TdClassName
{
border-color: #5B4EC9;
}
.TagClassName
{
border-color: #5B4EC9;
}
</style>