Shades of Slate Blue #5B57E1
Tints of Slate Blue #5B57E1
RGB
CMYK
RGB Variations
Color information
#5B57E1 (or 0x5B57E1) is known color: Slate Blue. HEX triplet: 5B, 57 and E1. RGB value is (91,87,225). Sum of RGB (Red+Green+Blue) = 91+87+225=403 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.58% from 403); Green value is 87 (34.38% from 255 or 21.59% from 403); Blue value is 225 (88.28% from 255 or 55.83% from 403); Max value from RGB is 225 - color contains mainly: blue. Hex color #5B57E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B57E1 is #A4A81E. Grayscale: #676767. Windows color (decimal): -10790943 or 14767963. OLE color: 14767963.
HSL color Cylindrical-coordinate representation of color #5B57E1: hue angle of 241.74º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5B57E1 is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 91 | 87 | 225 | - |
| CMYK | 0.60 | 0.61 | 0 | 0.12 |
| HSL | 241.74º | 0.7% | 0.61% | - |
| HSV(B) | 241.74º | 0.61% | 0.88% | - |
| XYZ | 21.31 | 14.48 | 72.91 | - |
| YUV | 103.93 | 196.33 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 87 | 225 | 0.60 | 0.61 | 0 | 0.12 | 241.74 | 0.7 | 0.61 |
| Hex | 5B | 57 | E1 | 3C | 3D | 0 | C | F2 | 46 | 3D |
| Octal | 133 | 127 | 341 | 74 | 75 | 0 | 14 | 362 | 106 | 75 |
| Binary | 1011011 | 1010111 | 11100001 | 111100 | 111101 | 0 | 1100 | 11110010 | 1000110 | 111101 |
Color Harmonies of #5B57E1
Complementary color
Monochromatic Colors of #5B57E1
Black with #5B57E1
Text Example
Text Example
White with #5B57E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B57E1; }
p { color: rgb(91,87,225); }
H1.HeaderClassName
{
color: #5B57E1;
}
.AnyTagClassName
{
color: #5B57E1;
}
</style>
background-color css
<style>
a { background-color: #5B57E1; }
a { background-color: rgb(91,87,225); }
div.DivClassName
{
background-color: #5B57E1;
}
.BgClassName
{
background-color: #5B57E1;
}
</style>
border-color css
<style>
span { border-color: #5B57E1; }
span { border-color: rgb(91,87,225); }
td.TdClassName
{
border-color: #5B57E1;
}
.TagClassName
{
border-color: #5B57E1;
}
</style>