Shades of Slate Blue #5647CF
Tints of Slate Blue #5647CF
RGB
CMYK
RGB Variations
Color information
#5647CF (or 0x5647CF) is known color: Slate Blue. HEX triplet: 56, 47 and CF. RGB value is (86,71,207). Sum of RGB (Red+Green+Blue) = 86+71+207=364 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.63% from 364); Green value is 71 (28.12% from 255 or 19.51% from 364); Blue value is 207 (81.25% from 255 or 56.87% from 364); Max value from RGB is 207 - color contains mainly: blue. Hex color #5647CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5647CF is #A9B830. Grayscale: #5A5A5A. Windows color (decimal): -11122737 or 13584214. OLE color: 13584214.
HSL color Cylindrical-coordinate representation of color #5647CF: hue angle of 246.62º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5647CF is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 71 | 207 | - |
| CMYK | 0.58 | 0.66 | 0 | 0.19 |
| HSL | 246.62º | 0.59% | 0.55% | - |
| HSV(B) | 246.62º | 0.66% | 0.81% | - |
| XYZ | 17.35 | 10.99 | 60.24 | - |
| YUV | 90.99 | 193.47 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 71 | 207 | 0.58 | 0.66 | 0 | 0.19 | 246.62 | 0.59 | 0.55 |
| Hex | 56 | 47 | CF | 3A | 42 | 0 | 13 | F7 | 3B | 37 |
| Octal | 126 | 107 | 317 | 72 | 102 | 0 | 23 | 367 | 73 | 67 |
| Binary | 1010110 | 1000111 | 11001111 | 111010 | 1000010 | 0 | 10011 | 11110111 | 111011 | 110111 |
Color Harmonies of #5647CF
Complementary color
Monochromatic Colors of #5647CF
Black with #5647CF
Text Example
Text Example
White with #5647CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5647CF; }
p { color: rgb(86,71,207); }
H1.HeaderClassName
{
color: #5647CF;
}
.AnyTagClassName
{
color: #5647CF;
}
</style>
background-color css
<style>
a { background-color: #5647CF; }
a { background-color: rgb(86,71,207); }
div.DivClassName
{
background-color: #5647CF;
}
.BgClassName
{
background-color: #5647CF;
}
</style>
border-color css
<style>
span { border-color: #5647CF; }
span { border-color: rgb(86,71,207); }
td.TdClassName
{
border-color: #5647CF;
}
.TagClassName
{
border-color: #5647CF;
}
</style>