Shades of Slate Blue #5D57BF
Tints of Slate Blue #5D57BF
RGB
CMYK
RGB Variations
Color information
#5D57BF (or 0x5D57BF) is known color: Slate Blue. HEX triplet: 5D, 57 and BF. RGB value is (93,87,191). Sum of RGB (Red+Green+Blue) = 93+87+191=371 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.07% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #5D57BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D57BF is #A2A840. Grayscale: #646464. Windows color (decimal): -10659905 or 12539741. OLE color: 12539741.
HSL color Cylindrical-coordinate representation of color #5D57BF: hue angle of 243.46º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D57BF is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 87 | 191 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.25 |
| HSL | 243.46º | 0.45% | 0.55% | - |
| HSV(B) | 243.46º | 0.54% | 0.75% | - |
| XYZ | 17.33 | 12.91 | 50.87 | - |
| YUV | 100.65 | 178.99 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 87 | 191 | 0.51 | 0.54 | 0 | 0.25 | 243.46 | 0.45 | 0.55 |
| Hex | 5D | 57 | BF | 33 | 36 | 0 | 19 | F3 | 2D | 37 |
| Octal | 135 | 127 | 277 | 63 | 66 | 0 | 31 | 363 | 55 | 67 |
| Binary | 1011101 | 1010111 | 10111111 | 110011 | 110110 | 0 | 11001 | 11110011 | 101101 | 110111 |
Color Harmonies of #5D57BF
Complementary color
Monochromatic Colors of #5D57BF
Black with #5D57BF
Text Example
Text Example
White with #5D57BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D57BF; }
p { color: rgb(93,87,191); }
H1.HeaderClassName
{
color: #5D57BF;
}
.AnyTagClassName
{
color: #5D57BF;
}
</style>
background-color css
<style>
a { background-color: #5D57BF; }
a { background-color: rgb(93,87,191); }
div.DivClassName
{
background-color: #5D57BF;
}
.BgClassName
{
background-color: #5D57BF;
}
</style>
border-color css
<style>
span { border-color: #5D57BF; }
span { border-color: rgb(93,87,191); }
td.TdClassName
{
border-color: #5D57BF;
}
.TagClassName
{
border-color: #5D57BF;
}
</style>