Shades of Slate Blue #5752DF
Tints of Slate Blue #5752DF
RGB
CMYK
RGB Variations
Color information
#5752DF (or 0x5752DF) is known color: Slate Blue. HEX triplet: 57, 52 and DF. RGB value is (87,82,223). Sum of RGB (Red+Green+Blue) = 87+82+223=392 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.19% from 392); Green value is 82 (32.42% from 255 or 20.92% from 392); Blue value is 223 (87.5% from 255 or 56.89% from 392); Max value from RGB is 223 - color contains mainly: blue. Hex color #5752DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5752DF is #A8AD20. Grayscale: #636363. Windows color (decimal): -11054369 or 14635607. OLE color: 14635607.
HSL color Cylindrical-coordinate representation of color #5752DF: hue angle of 242.13º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5752DF is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 82 | 223 | - |
| CMYK | 0.61 | 0.63 | 0 | 0.13 |
| HSL | 242.13º | 0.69% | 0.6% | - |
| HSV(B) | 242.13º | 0.63% | 0.87% | - |
| XYZ | 20.27 | 13.39 | 71.33 | - |
| YUV | 99.57 | 197.66 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 82 | 223 | 0.61 | 0.63 | 0 | 0.13 | 242.13 | 0.69 | 0.6 |
| Hex | 57 | 52 | DF | 3D | 3F | 0 | D | F2 | 45 | 3C |
| Octal | 127 | 122 | 337 | 75 | 77 | 0 | 15 | 362 | 105 | 74 |
| Binary | 1010111 | 1010010 | 11011111 | 111101 | 111111 | 0 | 1101 | 11110010 | 1000101 | 111100 |
Color Harmonies of #5752DF
Complementary color
Monochromatic Colors of #5752DF
Black with #5752DF
Text Example
Text Example
White with #5752DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5752DF; }
p { color: rgb(87,82,223); }
H1.HeaderClassName
{
color: #5752DF;
}
.AnyTagClassName
{
color: #5752DF;
}
</style>
background-color css
<style>
a { background-color: #5752DF; }
a { background-color: rgb(87,82,223); }
div.DivClassName
{
background-color: #5752DF;
}
.BgClassName
{
background-color: #5752DF;
}
</style>
border-color css
<style>
span { border-color: #5752DF; }
span { border-color: rgb(87,82,223); }
td.TdClassName
{
border-color: #5752DF;
}
.TagClassName
{
border-color: #5752DF;
}
</style>