Shades of Slate Blue #5649CB
Tints of Slate Blue #5649CB
RGB
CMYK
RGB Variations
Color information
#5649CB (or 0x5649CB) is known color: Slate Blue. HEX triplet: 56, 49 and CB. RGB value is (86,73,203). Sum of RGB (Red+Green+Blue) = 86+73+203=362 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.76% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 203 (79.69% from 255 or 56.08% from 362); Max value from RGB is 203 - color contains mainly: blue. Hex color #5649CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5649CB is #A9B634. Grayscale: #5B5B5B. Windows color (decimal): -11122229 or 13322582. OLE color: 13322582.
HSL color Cylindrical-coordinate representation of color #5649CB: hue angle of 246º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5649CB is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 73 | 203 | - |
| CMYK | 0.58 | 0.64 | 0 | 0.20 |
| HSL | 246º | 0.56% | 0.54% | - |
| HSV(B) | 246º | 0.64% | 0.8% | - |
| XYZ | 17 | 11.06 | 57.74 | - |
| YUV | 91.71 | 190.81 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 73 | 203 | 0.58 | 0.64 | 0 | 0.20 | 246 | 0.56 | 0.54 |
| Hex | 56 | 49 | CB | 3A | 40 | 0 | 14 | F6 | 38 | 36 |
| Octal | 126 | 111 | 313 | 72 | 100 | 0 | 24 | 366 | 70 | 66 |
| Binary | 1010110 | 1001001 | 11001011 | 111010 | 1000000 | 0 | 10100 | 11110110 | 111000 | 110110 |
Color Harmonies of #5649CB
Complementary color
Monochromatic Colors of #5649CB
Black with #5649CB
Text Example
Text Example
White with #5649CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5649CB; }
p { color: rgb(86,73,203); }
H1.HeaderClassName
{
color: #5649CB;
}
.AnyTagClassName
{
color: #5649CB;
}
</style>
background-color css
<style>
a { background-color: #5649CB; }
a { background-color: rgb(86,73,203); }
div.DivClassName
{
background-color: #5649CB;
}
.BgClassName
{
background-color: #5649CB;
}
</style>
border-color css
<style>
span { border-color: #5649CB; }
span { border-color: rgb(86,73,203); }
td.TdClassName
{
border-color: #5649CB;
}
.TagClassName
{
border-color: #5649CB;
}
</style>