Shades of Slate Blue #5753DD
Tints of Slate Blue #5753DD
RGB
CMYK
RGB Variations
Color information
#5753DD (or 0x5753DD) is known color: Slate Blue. HEX triplet: 57, 53 and DD. RGB value is (87,83,221). Sum of RGB (Red+Green+Blue) = 87+83+221=391 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.25% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #5753DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5753DD is #A8AC22. Grayscale: #636363. Windows color (decimal): -11054115 or 14504791. OLE color: 14504791.
HSL color Cylindrical-coordinate representation of color #5753DD: hue angle of 241.74º degrees, saturation: 0.67, 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 #5753DD is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 83 | 221 | - |
| CMYK | 0.61 | 0.62 | 0 | 0.13 |
| HSL | 241.74º | 0.67% | 0.6% | - |
| HSV(B) | 241.74º | 0.62% | 0.87% | - |
| XYZ | 20.07 | 13.43 | 69.94 | - |
| YUV | 99.93 | 196.33 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 83 | 221 | 0.61 | 0.62 | 0 | 0.13 | 241.74 | 0.67 | 0.6 |
| Hex | 57 | 53 | DD | 3D | 3E | 0 | D | F2 | 43 | 3C |
| Octal | 127 | 123 | 335 | 75 | 76 | 0 | 15 | 362 | 103 | 74 |
| Binary | 1010111 | 1010011 | 11011101 | 111101 | 111110 | 0 | 1101 | 11110010 | 1000011 | 111100 |
Color Harmonies of #5753DD
Complementary color
Monochromatic Colors of #5753DD
Black with #5753DD
Text Example
Text Example
White with #5753DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5753DD; }
p { color: rgb(87,83,221); }
H1.HeaderClassName
{
color: #5753DD;
}
.AnyTagClassName
{
color: #5753DD;
}
</style>
background-color css
<style>
a { background-color: #5753DD; }
a { background-color: rgb(87,83,221); }
div.DivClassName
{
background-color: #5753DD;
}
.BgClassName
{
background-color: #5753DD;
}
</style>
border-color css
<style>
span { border-color: #5753DD; }
span { border-color: rgb(87,83,221); }
td.TdClassName
{
border-color: #5753DD;
}
.TagClassName
{
border-color: #5753DD;
}
</style>