Shades of Slate Blue #5D49CB
Tints of Slate Blue #5D49CB
RGB
CMYK
RGB Variations
Color information
#5D49CB (or 0x5D49CB) is known color: Slate Blue. HEX triplet: 5D, 49 and CB. RGB value is (93,73,203). Sum of RGB (Red+Green+Blue) = 93+73+203=369 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.20% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #5D49CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D49CB is #A2B634. Grayscale: #5D5D5D. Windows color (decimal): -10663477 or 13322589. OLE color: 13322589.
HSL color Cylindrical-coordinate representation of color #5D49CB: hue angle of 249.23º 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 #5D49CB is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 73 | 203 | - |
| CMYK | 0.54 | 0.64 | 0 | 0.20 |
| HSL | 249.23º | 0.56% | 0.54% | - |
| HSV(B) | 249.23º | 0.64% | 0.8% | - |
| XYZ | 17.68 | 11.4 | 57.77 | - |
| YUV | 93.8 | 189.63 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 73 | 203 | 0.54 | 0.64 | 0 | 0.20 | 249.23 | 0.56 | 0.54 |
| Hex | 5D | 49 | CB | 36 | 40 | 0 | 14 | F9 | 38 | 36 |
| Octal | 135 | 111 | 313 | 66 | 100 | 0 | 24 | 371 | 70 | 66 |
| Binary | 1011101 | 1001001 | 11001011 | 110110 | 1000000 | 0 | 10100 | 11111001 | 111000 | 110110 |
Color Harmonies of #5D49CB
Complementary color
Monochromatic Colors of #5D49CB
Black with #5D49CB
Text Example
Text Example
White with #5D49CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D49CB; }
p { color: rgb(93,73,203); }
H1.HeaderClassName
{
color: #5D49CB;
}
.AnyTagClassName
{
color: #5D49CB;
}
</style>
background-color css
<style>
a { background-color: #5D49CB; }
a { background-color: rgb(93,73,203); }
div.DivClassName
{
background-color: #5D49CB;
}
.BgClassName
{
background-color: #5D49CB;
}
</style>
border-color css
<style>
span { border-color: #5D49CB; }
span { border-color: rgb(93,73,203); }
td.TdClassName
{
border-color: #5D49CB;
}
.TagClassName
{
border-color: #5D49CB;
}
</style>