Shades of Slate Blue #5641CF
Tints of Slate Blue #5641CF
RGB
CMYK
RGB Variations
Color information
#5641CF (or 0x5641CF) is known color: Slate Blue. HEX triplet: 56, 41 and CF. RGB value is (86,65,207). Sum of RGB (Red+Green+Blue) = 86+65+207=358 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.02% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 207 (81.25% from 255 or 57.82% from 358); Max value from RGB is 207 - color contains mainly: blue. Hex color #5641CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5641CF is #A9BE30. Grayscale: #565656. Windows color (decimal): -11124273 or 13582678. OLE color: 13582678.
HSL color Cylindrical-coordinate representation of color #5641CF: hue angle of 248.87º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5641CF is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 65 | 207 | - |
| CMYK | 0.58 | 0.69 | 0 | 0.19 |
| HSL | 248.87º | 0.6% | 0.53% | - |
| HSV(B) | 248.87º | 0.69% | 0.81% | - |
| XYZ | 16.99 | 10.26 | 60.12 | - |
| YUV | 87.47 | 195.46 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 65 | 207 | 0.58 | 0.69 | 0 | 0.19 | 248.87 | 0.6 | 0.53 |
| Hex | 56 | 41 | CF | 3A | 45 | 0 | 13 | F9 | 3C | 35 |
| Octal | 126 | 101 | 317 | 72 | 105 | 0 | 23 | 371 | 74 | 65 |
| Binary | 1010110 | 1000001 | 11001111 | 111010 | 1000101 | 0 | 10011 | 11111001 | 111100 | 110101 |
Color Harmonies of #5641CF
Complementary color
Monochromatic Colors of #5641CF
Black with #5641CF
Text Example
Text Example
White with #5641CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5641CF; }
p { color: rgb(86,65,207); }
H1.HeaderClassName
{
color: #5641CF;
}
.AnyTagClassName
{
color: #5641CF;
}
</style>
background-color css
<style>
a { background-color: #5641CF; }
a { background-color: rgb(86,65,207); }
div.DivClassName
{
background-color: #5641CF;
}
.BgClassName
{
background-color: #5641CF;
}
</style>
border-color css
<style>
span { border-color: #5641CF; }
span { border-color: rgb(86,65,207); }
td.TdClassName
{
border-color: #5641CF;
}
.TagClassName
{
border-color: #5641CF;
}
</style>