Shades of Slate Blue #5B4DBF
Tints of Slate Blue #5B4DBF
RGB
CMYK
RGB Variations
Color information
#5B4DBF (or 0x5B4DBF) is known color: Slate Blue. HEX triplet: 5B, 4D and BF. RGB value is (91,77,191). Sum of RGB (Red+Green+Blue) = 91+77+191=359 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.35% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 191 (75% from 255 or 53.20% from 359); Max value from RGB is 191 - color contains mainly: blue. Hex color #5B4DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B4DBF is #A4B240. Grayscale: #5D5D5D. Windows color (decimal): -10793537 or 12537179. OLE color: 12537179.
HSL color Cylindrical-coordinate representation of color #5B4DBF: hue angle of 247.37º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5B4DBF is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 91 | 77 | 191 | - |
| CMYK | 0.52 | 0.60 | 0 | 0.25 |
| HSL | 247.37º | 0.47% | 0.53% | - |
| HSV(B) | 247.37º | 0.6% | 0.75% | - |
| XYZ | 16.37 | 11.29 | 50.61 | - |
| YUV | 94.18 | 182.64 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 77 | 191 | 0.52 | 0.60 | 0 | 0.25 | 247.37 | 0.47 | 0.53 |
| Hex | 5B | 4D | BF | 34 | 3C | 0 | 19 | F7 | 2F | 35 |
| Octal | 133 | 115 | 277 | 64 | 74 | 0 | 31 | 367 | 57 | 65 |
| Binary | 1011011 | 1001101 | 10111111 | 110100 | 111100 | 0 | 11001 | 11110111 | 101111 | 110101 |
Color Harmonies of #5B4DBF
Complementary color
Monochromatic Colors of #5B4DBF
Black with #5B4DBF
Text Example
Text Example
White with #5B4DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4DBF; }
p { color: rgb(91,77,191); }
H1.HeaderClassName
{
color: #5B4DBF;
}
.AnyTagClassName
{
color: #5B4DBF;
}
</style>
background-color css
<style>
a { background-color: #5B4DBF; }
a { background-color: rgb(91,77,191); }
div.DivClassName
{
background-color: #5B4DBF;
}
.BgClassName
{
background-color: #5B4DBF;
}
</style>
border-color css
<style>
span { border-color: #5B4DBF; }
span { border-color: rgb(91,77,191); }
td.TdClassName
{
border-color: #5B4DBF;
}
.TagClassName
{
border-color: #5B4DBF;
}
</style>