Shades of Slate Blue #5E47BF
Tints of Slate Blue #5E47BF
RGB
CMYK
RGB Variations
Color information
#5E47BF (or 0x5E47BF) is known color: Slate Blue. HEX triplet: 5E, 47 and BF. RGB value is (94,71,191). Sum of RGB (Red+Green+Blue) = 94+71+191=356 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.40% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #5E47BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E47BF is #A1B840. Grayscale: #5B5B5B. Windows color (decimal): -10598465 or 12535646. OLE color: 12535646.
HSL color Cylindrical-coordinate representation of color #5E47BF: hue angle of 251.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E47BF is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 71 | 191 | - |
| CMYK | 0.51 | 0.63 | 0 | 0.25 |
| HSL | 251.5º | 0.48% | 0.51% | - |
| HSV(B) | 251.5º | 0.63% | 0.75% | - |
| XYZ | 16.27 | 10.65 | 50.49 | - |
| YUV | 91.56 | 184.12 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 71 | 191 | 0.51 | 0.63 | 0 | 0.25 | 251.5 | 0.48 | 0.51 |
| Hex | 5E | 47 | BF | 33 | 3F | 0 | 19 | FC | 30 | 33 |
| Octal | 136 | 107 | 277 | 63 | 77 | 0 | 31 | 374 | 60 | 63 |
| Binary | 1011110 | 1000111 | 10111111 | 110011 | 111111 | 0 | 11001 | 11111100 | 110000 | 110011 |
Color Harmonies of #5E47BF
Complementary color
Monochromatic Colors of #5E47BF
Black with #5E47BF
Text Example
Text Example
White with #5E47BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E47BF; }
p { color: rgb(94,71,191); }
H1.HeaderClassName
{
color: #5E47BF;
}
.AnyTagClassName
{
color: #5E47BF;
}
</style>
background-color css
<style>
a { background-color: #5E47BF; }
a { background-color: rgb(94,71,191); }
div.DivClassName
{
background-color: #5E47BF;
}
.BgClassName
{
background-color: #5E47BF;
}
</style>
border-color css
<style>
span { border-color: #5E47BF; }
span { border-color: rgb(94,71,191); }
td.TdClassName
{
border-color: #5E47BF;
}
.TagClassName
{
border-color: #5E47BF;
}
</style>