Shades of Slate Blue #5640DD
Tints of Slate Blue #5640DD
RGB
CMYK
RGB Variations
Color information
#5640DD (or 0x5640DD) is known color: Slate Blue. HEX triplet: 56, 40 and DD. RGB value is (86,64,221). Sum of RGB (Red+Green+Blue) = 86+64+221=371 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.18% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 221 (86.72% from 255 or 59.57% from 371); Max value from RGB is 221 - color contains mainly: blue. Hex color #5640DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5640DD is #A9BF22. Grayscale: #575757. Windows color (decimal): -11124515 or 14499926. OLE color: 14499926.
HSL color Cylindrical-coordinate representation of color #5640DD: hue angle of 248.41º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5640DD is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 64 | 221 | - |
| CMYK | 0.61 | 0.71 | 0 | 0.13 |
| HSL | 248.41º | 0.7% | 0.56% | - |
| HSV(B) | 248.41º | 0.71% | 0.87% | - |
| XYZ | 18.72 | 10.87 | 69.52 | - |
| YUV | 88.48 | 202.79 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 64 | 221 | 0.61 | 0.71 | 0 | 0.13 | 248.41 | 0.7 | 0.56 |
| Hex | 56 | 40 | DD | 3D | 47 | 0 | D | F8 | 46 | 38 |
| Octal | 126 | 100 | 335 | 75 | 107 | 0 | 15 | 370 | 106 | 70 |
| Binary | 1010110 | 1000000 | 11011101 | 111101 | 1000111 | 0 | 1101 | 11111000 | 1000110 | 111000 |
Color Harmonies of #5640DD
Complementary color
Monochromatic Colors of #5640DD
Black with #5640DD
Text Example
Text Example
White with #5640DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5640DD; }
p { color: rgb(86,64,221); }
H1.HeaderClassName
{
color: #5640DD;
}
.AnyTagClassName
{
color: #5640DD;
}
</style>
background-color css
<style>
a { background-color: #5640DD; }
a { background-color: rgb(86,64,221); }
div.DivClassName
{
background-color: #5640DD;
}
.BgClassName
{
background-color: #5640DD;
}
</style>
border-color css
<style>
span { border-color: #5640DD; }
span { border-color: rgb(86,64,221); }
td.TdClassName
{
border-color: #5640DD;
}
.TagClassName
{
border-color: #5640DD;
}
</style>