Shades of Slate Blue #5649D4
Tints of Slate Blue #5649D4
RGB
CMYK
RGB Variations
Color information
#5649D4 (or 0x5649D4) is known color: Slate Blue. HEX triplet: 56, 49 and D4. RGB value is (86,73,212). Sum of RGB (Red+Green+Blue) = 86+73+212=371 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.18% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 212 (83.20% from 255 or 57.14% from 371); Max value from RGB is 212 - color contains mainly: blue. Hex color #5649D4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5649D4 is #A9B62B. Grayscale: #5C5C5C. Windows color (decimal): -11122220 or 13912406. OLE color: 13912406.
HSL color Cylindrical-coordinate representation of color #5649D4: hue angle of 245.61º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5649D4 is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 86 | 73 | 212 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.17 |
| HSL | 245.61º | 0.62% | 0.56% | - |
| HSV(B) | 245.61º | 0.66% | 0.83% | - |
| XYZ | 18.1 | 11.5 | 63.55 | - |
| YUV | 92.73 | 195.31 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 73 | 212 | 0.59 | 0.66 | 0 | 0.17 | 245.61 | 0.62 | 0.56 |
| Hex | 56 | 49 | D4 | 3B | 42 | 0 | 11 | F6 | 3E | 38 |
| Octal | 126 | 111 | 324 | 73 | 102 | 0 | 21 | 366 | 76 | 70 |
| Binary | 1010110 | 1001001 | 11010100 | 111011 | 1000010 | 0 | 10001 | 11110110 | 111110 | 111000 |
Color Harmonies of #5649D4
Complementary color
Monochromatic Colors of #5649D4
Black with #5649D4
Text Example
Text Example
White with #5649D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5649D4; }
p { color: rgb(86,73,212); }
H1.HeaderClassName
{
color: #5649D4;
}
.AnyTagClassName
{
color: #5649D4;
}
</style>
background-color css
<style>
a { background-color: #5649D4; }
a { background-color: rgb(86,73,212); }
div.DivClassName
{
background-color: #5649D4;
}
.BgClassName
{
background-color: #5649D4;
}
</style>
border-color css
<style>
span { border-color: #5649D4; }
span { border-color: rgb(86,73,212); }
td.TdClassName
{
border-color: #5649D4;
}
.TagClassName
{
border-color: #5649D4;
}
</style>