Shades of Slate Blue #5650C9
Tints of Slate Blue #5650C9
RGB
CMYK
RGB Variations
Color information
#5650C9 (or 0x5650C9) is known color: Slate Blue. HEX triplet: 56, 50 and C9. RGB value is (86,80,201). Sum of RGB (Red+Green+Blue) = 86+80+201=367 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.43% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 201 (78.91% from 255 or 54.77% from 367); Max value from RGB is 201 - color contains mainly: blue. Hex color #5650C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5650C9 is #A9AF36. Grayscale: #5F5F5F. Windows color (decimal): -11120439 or 13193302. OLE color: 13193302.
HSL color Cylindrical-coordinate representation of color #5650C9: hue angle of 242.98º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5650C9 is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 86 | 80 | 201 | - |
| CMYK | 0.57 | 0.60 | 0 | 0.21 |
| HSL | 242.98º | 0.53% | 0.55% | - |
| HSV(B) | 242.98º | 0.6% | 0.79% | - |
| XYZ | 17.25 | 11.93 | 56.65 | - |
| YUV | 95.59 | 187.49 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 80 | 201 | 0.57 | 0.60 | 0 | 0.21 | 242.98 | 0.53 | 0.55 |
| Hex | 56 | 50 | C9 | 39 | 3C | 0 | 15 | F3 | 35 | 37 |
| Octal | 126 | 120 | 311 | 71 | 74 | 0 | 25 | 363 | 65 | 67 |
| Binary | 1010110 | 1010000 | 11001001 | 111001 | 111100 | 0 | 10101 | 11110011 | 110101 | 110111 |
Color Harmonies of #5650C9
Complementary color
Monochromatic Colors of #5650C9
Black with #5650C9
Text Example
Text Example
White with #5650C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5650C9; }
p { color: rgb(86,80,201); }
H1.HeaderClassName
{
color: #5650C9;
}
.AnyTagClassName
{
color: #5650C9;
}
</style>
background-color css
<style>
a { background-color: #5650C9; }
a { background-color: rgb(86,80,201); }
div.DivClassName
{
background-color: #5650C9;
}
.BgClassName
{
background-color: #5650C9;
}
</style>
border-color css
<style>
span { border-color: #5650C9; }
span { border-color: rgb(86,80,201); }
td.TdClassName
{
border-color: #5650C9;
}
.TagClassName
{
border-color: #5650C9;
}
</style>