Shades of Slate Blue #5754D9
Tints of Slate Blue #5754D9
RGB
CMYK
RGB Variations
Color information
#5754D9 (or 0x5754D9) is known color: Slate Blue. HEX triplet: 57, 54 and D9. RGB value is (87,84,217). Sum of RGB (Red+Green+Blue) = 87+84+217=388 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.42% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 217 (85.16% from 255 or 55.93% from 388); Max value from RGB is 217 - color contains mainly: blue. Hex color #5754D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5754D9 is #A8AB26. Grayscale: #636363. Windows color (decimal): -11053863 or 14242903. OLE color: 14242903.
HSL color Cylindrical-coordinate representation of color #5754D9: hue angle of 241.35º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5754D9 is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 87 | 84 | 217 | - |
| CMYK | 0.60 | 0.61 | 0 | 0.15 |
| HSL | 241.35º | 0.64% | 0.59% | - |
| HSV(B) | 241.35º | 0.61% | 0.85% | - |
| XYZ | 19.63 | 13.38 | 67.19 | - |
| YUV | 100.06 | 193.99 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 84 | 217 | 0.60 | 0.61 | 0 | 0.15 | 241.35 | 0.64 | 0.59 |
| Hex | 57 | 54 | D9 | 3C | 3D | 0 | F | F1 | 40 | 3B |
| Octal | 127 | 124 | 331 | 74 | 75 | 0 | 17 | 361 | 100 | 73 |
| Binary | 1010111 | 1010100 | 11011001 | 111100 | 111101 | 0 | 1111 | 11110001 | 1000000 | 111011 |
Color Harmonies of #5754D9
Complementary color
Monochromatic Colors of #5754D9
Black with #5754D9
Text Example
Text Example
White with #5754D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5754D9; }
p { color: rgb(87,84,217); }
H1.HeaderClassName
{
color: #5754D9;
}
.AnyTagClassName
{
color: #5754D9;
}
</style>
background-color css
<style>
a { background-color: #5754D9; }
a { background-color: rgb(87,84,217); }
div.DivClassName
{
background-color: #5754D9;
}
.BgClassName
{
background-color: #5754D9;
}
</style>
border-color css
<style>
span { border-color: #5754D9; }
span { border-color: rgb(87,84,217); }
td.TdClassName
{
border-color: #5754D9;
}
.TagClassName
{
border-color: #5754D9;
}
</style>