Shades of Slate Blue #5649DA
Tints of Slate Blue #5649DA
RGB
CMYK
RGB Variations
Color information
#5649DA (or 0x5649DA) is known color: Slate Blue. HEX triplet: 56, 49 and DA. RGB value is (86,73,218). Sum of RGB (Red+Green+Blue) = 86+73+218=377 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.81% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 218 (85.55% from 255 or 57.82% from 377); Max value from RGB is 218 - color contains mainly: blue. Hex color #5649DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5649DA is #A9B625. Grayscale: #5C5C5C. Windows color (decimal): -11122214 or 14305622. OLE color: 14305622.
HSL color Cylindrical-coordinate representation of color #5649DA: hue angle of 245.38º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5649DA is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 86 | 73 | 218 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.15 |
| HSL | 245.38º | 0.66% | 0.57% | - |
| HSV(B) | 245.38º | 0.67% | 0.85% | - |
| XYZ | 18.88 | 11.81 | 67.61 | - |
| YUV | 93.42 | 198.31 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 73 | 218 | 0.61 | 0.67 | 0 | 0.15 | 245.38 | 0.66 | 0.57 |
| Hex | 56 | 49 | DA | 3D | 43 | 0 | F | F5 | 42 | 39 |
| Octal | 126 | 111 | 332 | 75 | 103 | 0 | 17 | 365 | 102 | 71 |
| Binary | 1010110 | 1001001 | 11011010 | 111101 | 1000011 | 0 | 1111 | 11110101 | 1000010 | 111001 |
Color Harmonies of #5649DA
Complementary color
Monochromatic Colors of #5649DA
Black with #5649DA
Text Example
Text Example
White with #5649DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5649DA; }
p { color: rgb(86,73,218); }
H1.HeaderClassName
{
color: #5649DA;
}
.AnyTagClassName
{
color: #5649DA;
}
</style>
background-color css
<style>
a { background-color: #5649DA; }
a { background-color: rgb(86,73,218); }
div.DivClassName
{
background-color: #5649DA;
}
.BgClassName
{
background-color: #5649DA;
}
</style>
border-color css
<style>
span { border-color: #5649DA; }
span { border-color: rgb(86,73,218); }
td.TdClassName
{
border-color: #5649DA;
}
.TagClassName
{
border-color: #5649DA;
}
</style>