Shades of Slate Blue #5B57E0
Tints of Slate Blue #5B57E0
RGB
CMYK
RGB Variations
Color information
#5B57E0 (or 0x5B57E0) is known color: Slate Blue. HEX triplet: 5B, 57 and E0. RGB value is (91,87,224). Sum of RGB (Red+Green+Blue) = 91+87+224=402 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.64% from 402); Green value is 87 (34.38% from 255 or 21.64% from 402); Blue value is 224 (87.89% from 255 or 55.72% from 402); Max value from RGB is 224 - color contains mainly: blue. Hex color #5B57E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B57E0 is #A4A81F. Grayscale: #676767. Windows color (decimal): -10790944 or 14702427. OLE color: 14702427.
HSL color Cylindrical-coordinate representation of color #5B57E0: hue angle of 241.75º degrees, saturation: 0.69, 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 #5B57E0 is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 91 | 87 | 224 | - |
| CMYK | 0.59 | 0.61 | 0 | 0.12 |
| HSL | 241.75º | 0.69% | 0.61% | - |
| HSV(B) | 241.75º | 0.61% | 0.88% | - |
| XYZ | 21.18 | 14.42 | 72.19 | - |
| YUV | 103.81 | 195.83 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 87 | 224 | 0.59 | 0.61 | 0 | 0.12 | 241.75 | 0.69 | 0.61 |
| Hex | 5B | 57 | E0 | 3B | 3D | 0 | C | F2 | 45 | 3D |
| Octal | 133 | 127 | 340 | 73 | 75 | 0 | 14 | 362 | 105 | 75 |
| Binary | 1011011 | 1010111 | 11100000 | 111011 | 111101 | 0 | 1100 | 11110010 | 1000101 | 111101 |
Color Harmonies of #5B57E0
Complementary color
Monochromatic Colors of #5B57E0
Black with #5B57E0
Text Example
Text Example
White with #5B57E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B57E0; }
p { color: rgb(91,87,224); }
H1.HeaderClassName
{
color: #5B57E0;
}
.AnyTagClassName
{
color: #5B57E0;
}
</style>
background-color css
<style>
a { background-color: #5B57E0; }
a { background-color: rgb(91,87,224); }
div.DivClassName
{
background-color: #5B57E0;
}
.BgClassName
{
background-color: #5B57E0;
}
</style>
border-color css
<style>
span { border-color: #5B57E0; }
span { border-color: rgb(91,87,224); }
td.TdClassName
{
border-color: #5B57E0;
}
.TagClassName
{
border-color: #5B57E0;
}
</style>