Shades of Slate Blue #5644C9
Tints of Slate Blue #5644C9
RGB
CMYK
RGB Variations
Color information
#5644C9 (or 0x5644C9) is known color: Slate Blue. HEX triplet: 56, 44 and C9. RGB value is (86,68,201). Sum of RGB (Red+Green+Blue) = 86+68+201=355 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.23% from 355); Green value is 68 (26.95% from 255 or 19.15% from 355); Blue value is 201 (78.91% from 255 or 56.62% from 355); Max value from RGB is 201 - color contains mainly: blue. Hex color #5644C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5644C9 is #A9BB36. Grayscale: #585858. Windows color (decimal): -11123511 or 13190230. OLE color: 13190230.
HSL color Cylindrical-coordinate representation of color #5644C9: hue angle of 248.12º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5644C9 is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 86 | 68 | 201 | - |
| CMYK | 0.57 | 0.66 | 0 | 0.21 |
| HSL | 248.12º | 0.55% | 0.53% | - |
| HSV(B) | 248.12º | 0.66% | 0.79% | - |
| XYZ | 16.45 | 10.33 | 56.39 | - |
| YUV | 88.54 | 191.46 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 68 | 201 | 0.57 | 0.66 | 0 | 0.21 | 248.12 | 0.55 | 0.53 |
| Hex | 56 | 44 | C9 | 39 | 42 | 0 | 15 | F8 | 37 | 35 |
| Octal | 126 | 104 | 311 | 71 | 102 | 0 | 25 | 370 | 67 | 65 |
| Binary | 1010110 | 1000100 | 11001001 | 111001 | 1000010 | 0 | 10101 | 11111000 | 110111 | 110101 |
Color Harmonies of #5644C9
Complementary color
Monochromatic Colors of #5644C9
Black with #5644C9
Text Example
Text Example
White with #5644C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5644C9; }
p { color: rgb(86,68,201); }
H1.HeaderClassName
{
color: #5644C9;
}
.AnyTagClassName
{
color: #5644C9;
}
</style>
background-color css
<style>
a { background-color: #5644C9; }
a { background-color: rgb(86,68,201); }
div.DivClassName
{
background-color: #5644C9;
}
.BgClassName
{
background-color: #5644C9;
}
</style>
border-color css
<style>
span { border-color: #5644C9; }
span { border-color: rgb(86,68,201); }
td.TdClassName
{
border-color: #5644C9;
}
.TagClassName
{
border-color: #5644C9;
}
</style>