Shades of Slate Blue #5754DF
Tints of Slate Blue #5754DF
RGB
CMYK
RGB Variations
Color information
#5754DF (or 0x5754DF) is known color: Slate Blue. HEX triplet: 57, 54 and DF. RGB value is (87,84,223). Sum of RGB (Red+Green+Blue) = 87+84+223=394 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.08% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 223 (87.5% from 255 or 56.60% from 394); Max value from RGB is 223 - color contains mainly: blue. Hex color #5754DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5754DF is #A8AB20. Grayscale: #646464. Windows color (decimal): -11053857 or 14636119. OLE color: 14636119.
HSL color Cylindrical-coordinate representation of color #5754DF: hue angle of 241.29º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5754DF is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 84 | 223 | - |
| CMYK | 0.61 | 0.62 | 0 | 0.13 |
| HSL | 241.3º | 0.68% | 0.6% | - |
| HSV(B) | 241.3º | 0.62% | 0.87% | - |
| XYZ | 20.42 | 13.69 | 71.38 | - |
| YUV | 100.74 | 196.99 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 84 | 223 | 0.61 | 0.62 | 0 | 0.13 | 241.3 | 0.68 | 0.6 |
| Hex | 57 | 54 | DF | 3D | 3E | 0 | D | F1 | 44 | 3C |
| Octal | 127 | 124 | 337 | 75 | 76 | 0 | 15 | 361 | 104 | 74 |
| Binary | 1010111 | 1010100 | 11011111 | 111101 | 111110 | 0 | 1101 | 11110001 | 1000100 | 111100 |
Color Harmonies of #5754DF
Complementary color
Monochromatic Colors of #5754DF
Black with #5754DF
Text Example
Text Example
White with #5754DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5754DF; }
p { color: rgb(87,84,223); }
H1.HeaderClassName
{
color: #5754DF;
}
.AnyTagClassName
{
color: #5754DF;
}
</style>
background-color css
<style>
a { background-color: #5754DF; }
a { background-color: rgb(87,84,223); }
div.DivClassName
{
background-color: #5754DF;
}
.BgClassName
{
background-color: #5754DF;
}
</style>
border-color css
<style>
span { border-color: #5754DF; }
span { border-color: rgb(87,84,223); }
td.TdClassName
{
border-color: #5754DF;
}
.TagClassName
{
border-color: #5754DF;
}
</style>