Shades of Slate Blue #5646CE
Tints of Slate Blue #5646CE
RGB
CMYK
RGB Variations
Color information
#5646CE (or 0x5646CE) is known color: Slate Blue. HEX triplet: 56, 46 and CE. RGB value is (86,70,206). Sum of RGB (Red+Green+Blue) = 86+70+206=362 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.76% from 362); Green value is 70 (27.73% from 255 or 19.34% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #5646CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5646CE is #A9B931. Grayscale: #595959. Windows color (decimal): -11122994 or 13518422. OLE color: 13518422.
HSL color Cylindrical-coordinate representation of color #5646CE: hue angle of 247.06º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5646CE is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 70 | 206 | - |
| CMYK | 0.58 | 0.66 | 0 | 0.19 |
| HSL | 247.06º | 0.58% | 0.54% | - |
| HSV(B) | 247.06º | 0.66% | 0.81% | - |
| XYZ | 17.17 | 10.81 | 59.58 | - |
| YUV | 90.29 | 193.3 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 70 | 206 | 0.58 | 0.66 | 0 | 0.19 | 247.06 | 0.58 | 0.54 |
| Hex | 56 | 46 | CE | 3A | 42 | 0 | 13 | F7 | 3A | 36 |
| Octal | 126 | 106 | 316 | 72 | 102 | 0 | 23 | 367 | 72 | 66 |
| Binary | 1010110 | 1000110 | 11001110 | 111010 | 1000010 | 0 | 10011 | 11110111 | 111010 | 110110 |
Color Harmonies of #5646CE
Complementary color
Monochromatic Colors of #5646CE
Black with #5646CE
Text Example
Text Example
White with #5646CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5646CE; }
p { color: rgb(86,70,206); }
H1.HeaderClassName
{
color: #5646CE;
}
.AnyTagClassName
{
color: #5646CE;
}
</style>
background-color css
<style>
a { background-color: #5646CE; }
a { background-color: rgb(86,70,206); }
div.DivClassName
{
background-color: #5646CE;
}
.BgClassName
{
background-color: #5646CE;
}
</style>
border-color css
<style>
span { border-color: #5646CE; }
span { border-color: rgb(86,70,206); }
td.TdClassName
{
border-color: #5646CE;
}
.TagClassName
{
border-color: #5646CE;
}
</style>