Shades of Slate Blue #5649D7
Tints of Slate Blue #5649D7
RGB
CMYK
RGB Variations
Color information
#5649D7 (or 0x5649D7) is known color: Slate Blue. HEX triplet: 56, 49 and D7. RGB value is (86,73,215). Sum of RGB (Red+Green+Blue) = 86+73+215=374 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.99% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 215 (84.38% from 255 or 57.49% from 374); Max value from RGB is 215 - color contains mainly: blue. Hex color #5649D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5649D7 is #A9B628. Grayscale: #5C5C5C. Windows color (decimal): -11122217 or 14109014. OLE color: 14109014.
HSL color Cylindrical-coordinate representation of color #5649D7: hue angle of 245.49º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5649D7 is Cyan = 0.6, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 86 | 73 | 215 | - |
| CMYK | 0.6 | 0.66 | 0 | 0.16 |
| HSL | 245.49º | 0.64% | 0.56% | - |
| HSV(B) | 245.49º | 0.66% | 0.84% | - |
| XYZ | 18.49 | 11.65 | 65.56 | - |
| YUV | 93.08 | 196.81 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 73 | 215 | 0.6 | 0.66 | 0 | 0.16 | 245.49 | 0.64 | 0.56 |
| Hex | 56 | 49 | D7 | 3C | 42 | 0 | 10 | F5 | 40 | 38 |
| Octal | 126 | 111 | 327 | 74 | 102 | 0 | 20 | 365 | 100 | 70 |
| Binary | 1010110 | 1001001 | 11010111 | 111100 | 1000010 | 0 | 10000 | 11110101 | 1000000 | 111000 |
Color Harmonies of #5649D7
Complementary color
Monochromatic Colors of #5649D7
Black with #5649D7
Text Example
Text Example
White with #5649D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5649D7; }
p { color: rgb(86,73,215); }
H1.HeaderClassName
{
color: #5649D7;
}
.AnyTagClassName
{
color: #5649D7;
}
</style>
background-color css
<style>
a { background-color: #5649D7; }
a { background-color: rgb(86,73,215); }
div.DivClassName
{
background-color: #5649D7;
}
.BgClassName
{
background-color: #5649D7;
}
</style>
border-color css
<style>
span { border-color: #5649D7; }
span { border-color: rgb(86,73,215); }
td.TdClassName
{
border-color: #5649D7;
}
.TagClassName
{
border-color: #5649D7;
}
</style>