Shades of Slate Blue #5646CC
Tints of Slate Blue #5646CC
RGB
CMYK
RGB Variations
Color information
#5646CC (or 0x5646CC) is known color: Slate Blue. HEX triplet: 56, 46 and CC. RGB value is (86,70,204). Sum of RGB (Red+Green+Blue) = 86+70+204=360 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.89% from 360); Green value is 70 (27.73% from 255 or 19.44% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #5646CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5646CC is #A9B933. Grayscale: #595959. Windows color (decimal): -11122996 or 13387350. OLE color: 13387350.
HSL color Cylindrical-coordinate representation of color #5646CC: hue angle of 247.16º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5646CC is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 86 | 70 | 204 | - |
| CMYK | 0.58 | 0.66 | 0 | 0.2 |
| HSL | 247.16º | 0.57% | 0.54% | - |
| HSV(B) | 247.16º | 0.66% | 0.8% | - |
| XYZ | 16.93 | 10.72 | 58.3 | - |
| YUV | 90.06 | 192.3 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 70 | 204 | 0.58 | 0.66 | 0 | 0.2 | 247.16 | 0.57 | 0.54 |
| Hex | 56 | 46 | CC | 3A | 42 | 0 | 14 | F7 | 39 | 36 |
| Octal | 126 | 106 | 314 | 72 | 102 | 0 | 24 | 367 | 71 | 66 |
| Binary | 1010110 | 1000110 | 11001100 | 111010 | 1000010 | 0 | 10100 | 11110111 | 111001 | 110110 |
Color Harmonies of #5646CC
Complementary color
Monochromatic Colors of #5646CC
Black with #5646CC
Text Example
Text Example
White with #5646CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5646CC; }
p { color: rgb(86,70,204); }
H1.HeaderClassName
{
color: #5646CC;
}
.AnyTagClassName
{
color: #5646CC;
}
</style>
background-color css
<style>
a { background-color: #5646CC; }
a { background-color: rgb(86,70,204); }
div.DivClassName
{
background-color: #5646CC;
}
.BgClassName
{
background-color: #5646CC;
}
</style>
border-color css
<style>
span { border-color: #5646CC; }
span { border-color: rgb(86,70,204); }
td.TdClassName
{
border-color: #5646CC;
}
.TagClassName
{
border-color: #5646CC;
}
</style>