Shades of Slate Blue #5B49BF
Tints of Slate Blue #5B49BF
RGB
CMYK
RGB Variations
Color information
#5B49BF (or 0x5B49BF) is known color: Slate Blue. HEX triplet: 5B, 49 and BF. RGB value is (91,73,191). Sum of RGB (Red+Green+Blue) = 91+73+191=355 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.63% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 191 (75% from 255 or 53.80% from 355); Max value from RGB is 191 - color contains mainly: blue. Hex color #5B49BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B49BF is #A4B640. Grayscale: #5B5B5B. Windows color (decimal): -10794561 or 12536155. OLE color: 12536155.
HSL color Cylindrical-coordinate representation of color #5B49BF: hue angle of 249.15º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B49BF is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 91 | 73 | 191 | - |
| CMYK | 0.52 | 0.62 | 0 | 0.25 |
| HSL | 249.15º | 0.48% | 0.52% | - |
| HSV(B) | 249.15º | 0.62% | 0.75% | - |
| XYZ | 16.1 | 10.75 | 50.52 | - |
| YUV | 91.83 | 183.96 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 73 | 191 | 0.52 | 0.62 | 0 | 0.25 | 249.15 | 0.48 | 0.52 |
| Hex | 5B | 49 | BF | 34 | 3E | 0 | 19 | F9 | 30 | 34 |
| Octal | 133 | 111 | 277 | 64 | 76 | 0 | 31 | 371 | 60 | 64 |
| Binary | 1011011 | 1001001 | 10111111 | 110100 | 111110 | 0 | 11001 | 11111001 | 110000 | 110100 |
Color Harmonies of #5B49BF
Complementary color
Monochromatic Colors of #5B49BF
Black with #5B49BF
Text Example
Text Example
White with #5B49BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B49BF; }
p { color: rgb(91,73,191); }
H1.HeaderClassName
{
color: #5B49BF;
}
.AnyTagClassName
{
color: #5B49BF;
}
</style>
background-color css
<style>
a { background-color: #5B49BF; }
a { background-color: rgb(91,73,191); }
div.DivClassName
{
background-color: #5B49BF;
}
.BgClassName
{
background-color: #5B49BF;
}
</style>
border-color css
<style>
span { border-color: #5B49BF; }
span { border-color: rgb(91,73,191); }
td.TdClassName
{
border-color: #5B49BF;
}
.TagClassName
{
border-color: #5B49BF;
}
</style>