Shades of Slate Blue #5651D8
Tints of Slate Blue #5651D8
RGB
CMYK
RGB Variations
Color information
#5651D8 (or 0x5651D8) is known color: Slate Blue. HEX triplet: 56, 51 and D8. RGB value is (86,81,216). Sum of RGB (Red+Green+Blue) = 86+81+216=383 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.45% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 216 (84.77% from 255 or 56.40% from 383); Max value from RGB is 216 - color contains mainly: blue. Hex color #5651D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5651D8 is #A9AE27. Grayscale: #616161. Windows color (decimal): -11120168 or 14176598. OLE color: 14176598.
HSL color Cylindrical-coordinate representation of color #5651D8: hue angle of 242.22º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5651D8 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 86 | 81 | 216 | - |
| CMYK | 0.60 | 0.62 | 0 | 0.15 |
| HSL | 242.22º | 0.63% | 0.58% | - |
| HSV(B) | 242.22º | 0.63% | 0.85% | - |
| XYZ | 19.17 | 12.82 | 66.43 | - |
| YUV | 97.89 | 194.66 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 81 | 216 | 0.60 | 0.62 | 0 | 0.15 | 242.22 | 0.63 | 0.58 |
| Hex | 56 | 51 | D8 | 3C | 3E | 0 | F | F2 | 3F | 3A |
| Octal | 126 | 121 | 330 | 74 | 76 | 0 | 17 | 362 | 77 | 72 |
| Binary | 1010110 | 1010001 | 11011000 | 111100 | 111110 | 0 | 1111 | 11110010 | 111111 | 111010 |
Color Harmonies of #5651D8
Complementary color
Monochromatic Colors of #5651D8
Black with #5651D8
Text Example
Text Example
White with #5651D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5651D8; }
p { color: rgb(86,81,216); }
H1.HeaderClassName
{
color: #5651D8;
}
.AnyTagClassName
{
color: #5651D8;
}
</style>
background-color css
<style>
a { background-color: #5651D8; }
a { background-color: rgb(86,81,216); }
div.DivClassName
{
background-color: #5651D8;
}
.BgClassName
{
background-color: #5651D8;
}
</style>
border-color css
<style>
span { border-color: #5651D8; }
span { border-color: rgb(86,81,216); }
td.TdClassName
{
border-color: #5651D8;
}
.TagClassName
{
border-color: #5651D8;
}
</style>