Shades of Slate Blue #5653DD
Tints of Slate Blue #5653DD
RGB
CMYK
RGB Variations
Color information
#5653DD (or 0x5653DD) is known color: Slate Blue. HEX triplet: 56, 53 and DD. RGB value is (86,83,221). Sum of RGB (Red+Green+Blue) = 86+83+221=390 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.05% from 390); Green value is 83 (32.81% from 255 or 21.28% from 390); Blue value is 221 (86.72% from 255 or 56.67% from 390); Max value from RGB is 221 - color contains mainly: blue. Hex color #5653DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5653DD is #A9AC22. Grayscale: #636363. Windows color (decimal): -11119651 or 14504790. OLE color: 14504790.
HSL color Cylindrical-coordinate representation of color #5653DD: hue angle of 241.3º 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 #5653DD is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 83 | 221 | - |
| CMYK | 0.61 | 0.62 | 0 | 0.13 |
| HSL | 241.3º | 0.67% | 0.6% | - |
| HSV(B) | 241.3º | 0.62% | 0.87% | - |
| XYZ | 19.98 | 13.39 | 69.94 | - |
| YUV | 99.63 | 196.49 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 83 | 221 | 0.61 | 0.62 | 0 | 0.13 | 241.3 | 0.67 | 0.6 |
| Hex | 56 | 53 | DD | 3D | 3E | 0 | D | F1 | 43 | 3C |
| Octal | 126 | 123 | 335 | 75 | 76 | 0 | 15 | 361 | 103 | 74 |
| Binary | 1010110 | 1010011 | 11011101 | 111101 | 111110 | 0 | 1101 | 11110001 | 1000011 | 111100 |
Color Harmonies of #5653DD
Complementary color
Monochromatic Colors of #5653DD
Black with #5653DD
Text Example
Text Example
White with #5653DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5653DD; }
p { color: rgb(86,83,221); }
H1.HeaderClassName
{
color: #5653DD;
}
.AnyTagClassName
{
color: #5653DD;
}
</style>
background-color css
<style>
a { background-color: #5653DD; }
a { background-color: rgb(86,83,221); }
div.DivClassName
{
background-color: #5653DD;
}
.BgClassName
{
background-color: #5653DD;
}
</style>
border-color css
<style>
span { border-color: #5653DD; }
span { border-color: rgb(86,83,221); }
td.TdClassName
{
border-color: #5653DD;
}
.TagClassName
{
border-color: #5653DD;
}
</style>