Shades of Slate Blue #5647CB
Tints of Slate Blue #5647CB
RGB
CMYK
RGB Variations
Color information
#5647CB (or 0x5647CB) is known color: Slate Blue. HEX triplet: 56, 47 and CB. RGB value is (86,71,203). Sum of RGB (Red+Green+Blue) = 86+71+203=360 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.89% from 360); Green value is 71 (28.12% from 255 or 19.72% from 360); Blue value is 203 (79.69% from 255 or 56.39% from 360); Max value from RGB is 203 - color contains mainly: blue. Hex color #5647CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5647CB is #A9B834. Grayscale: #5A5A5A. Windows color (decimal): -11122741 or 13322070. OLE color: 13322070.
HSL color Cylindrical-coordinate representation of color #5647CB: hue angle of 246.82º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5647CB is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 71 | 203 | - |
| CMYK | 0.58 | 0.65 | 0 | 0.20 |
| HSL | 246.82º | 0.56% | 0.54% | - |
| HSV(B) | 246.82º | 0.65% | 0.8% | - |
| XYZ | 16.87 | 10.8 | 57.69 | - |
| YUV | 90.53 | 191.47 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 71 | 203 | 0.58 | 0.65 | 0 | 0.20 | 246.82 | 0.56 | 0.54 |
| Hex | 56 | 47 | CB | 3A | 41 | 0 | 14 | F7 | 38 | 36 |
| Octal | 126 | 107 | 313 | 72 | 101 | 0 | 24 | 367 | 70 | 66 |
| Binary | 1010110 | 1000111 | 11001011 | 111010 | 1000001 | 0 | 10100 | 11110111 | 111000 | 110110 |
Color Harmonies of #5647CB
Complementary color
Monochromatic Colors of #5647CB
Black with #5647CB
Text Example
Text Example
White with #5647CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5647CB; }
p { color: rgb(86,71,203); }
H1.HeaderClassName
{
color: #5647CB;
}
.AnyTagClassName
{
color: #5647CB;
}
</style>
background-color css
<style>
a { background-color: #5647CB; }
a { background-color: rgb(86,71,203); }
div.DivClassName
{
background-color: #5647CB;
}
.BgClassName
{
background-color: #5647CB;
}
</style>
border-color css
<style>
span { border-color: #5647CB; }
span { border-color: rgb(86,71,203); }
td.TdClassName
{
border-color: #5647CB;
}
.TagClassName
{
border-color: #5647CB;
}
</style>