Shades of Slate Blue #5755DF
Tints of Slate Blue #5755DF
RGB
CMYK
RGB Variations
Color information
#5755DF (or 0x5755DF) is known color: Slate Blue. HEX triplet: 57, 55 and DF. RGB value is (87,85,223). Sum of RGB (Red+Green+Blue) = 87+85+223=395 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.03% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #5755DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5755DF is #A8AA20. Grayscale: #646464. Windows color (decimal): -11053601 or 14636375. OLE color: 14636375.
HSL color Cylindrical-coordinate representation of color #5755DF: hue angle of 240.87º 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 #5755DF is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 85 | 223 | - |
| CMYK | 0.61 | 0.62 | 0 | 0.13 |
| HSL | 240.87º | 0.68% | 0.6% | - |
| HSV(B) | 240.87º | 0.62% | 0.87% | - |
| XYZ | 20.5 | 13.85 | 71.41 | - |
| YUV | 101.33 | 196.66 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 85 | 223 | 0.61 | 0.62 | 0 | 0.13 | 240.87 | 0.68 | 0.6 |
| Hex | 57 | 55 | DF | 3D | 3E | 0 | D | F1 | 44 | 3C |
| Octal | 127 | 125 | 337 | 75 | 76 | 0 | 15 | 361 | 104 | 74 |
| Binary | 1010111 | 1010101 | 11011111 | 111101 | 111110 | 0 | 1101 | 11110001 | 1000100 | 111100 |
Color Harmonies of #5755DF
Complementary color
Monochromatic Colors of #5755DF
Black with #5755DF
Text Example
Text Example
White with #5755DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5755DF; }
p { color: rgb(87,85,223); }
H1.HeaderClassName
{
color: #5755DF;
}
.AnyTagClassName
{
color: #5755DF;
}
</style>
background-color css
<style>
a { background-color: #5755DF; }
a { background-color: rgb(87,85,223); }
div.DivClassName
{
background-color: #5755DF;
}
.BgClassName
{
background-color: #5755DF;
}
</style>
border-color css
<style>
span { border-color: #5755DF; }
span { border-color: rgb(87,85,223); }
td.TdClassName
{
border-color: #5755DF;
}
.TagClassName
{
border-color: #5755DF;
}
</style>