Shades of Slate Blue #5F4DBF
Tints of Slate Blue #5F4DBF
RGB
CMYK
RGB Variations
Color information
#5F4DBF (or 0x5F4DBF) is known color: Slate Blue. HEX triplet: 5F, 4D and BF. RGB value is (95,77,191). Sum of RGB (Red+Green+Blue) = 95+77+191=363 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.17% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #5F4DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F4DBF is #A0B240. Grayscale: #5E5E5E. Windows color (decimal): -10531393 or 12537183. OLE color: 12537183.
HSL color Cylindrical-coordinate representation of color #5F4DBF: hue angle of 249.47º 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 #5F4DBF is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 95 | 77 | 191 | - |
| CMYK | 0.50 | 0.60 | 0 | 0.25 |
| HSL | 249.47º | 0.47% | 0.53% | - |
| HSV(B) | 249.47º | 0.6% | 0.75% | - |
| XYZ | 16.78 | 11.5 | 50.63 | - |
| YUV | 95.38 | 181.96 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 77 | 191 | 0.50 | 0.60 | 0 | 0.25 | 249.47 | 0.47 | 0.53 |
| Hex | 5F | 4D | BF | 32 | 3C | 0 | 19 | F9 | 2F | 35 |
| Octal | 137 | 115 | 277 | 62 | 74 | 0 | 31 | 371 | 57 | 65 |
| Binary | 1011111 | 1001101 | 10111111 | 110010 | 111100 | 0 | 11001 | 11111001 | 101111 | 110101 |
Color Harmonies of #5F4DBF
Complementary color
Monochromatic Colors of #5F4DBF
Black with #5F4DBF
Text Example
Text Example
White with #5F4DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4DBF; }
p { color: rgb(95,77,191); }
H1.HeaderClassName
{
color: #5F4DBF;
}
.AnyTagClassName
{
color: #5F4DBF;
}
</style>
background-color css
<style>
a { background-color: #5F4DBF; }
a { background-color: rgb(95,77,191); }
div.DivClassName
{
background-color: #5F4DBF;
}
.BgClassName
{
background-color: #5F4DBF;
}
</style>
border-color css
<style>
span { border-color: #5F4DBF; }
span { border-color: rgb(95,77,191); }
td.TdClassName
{
border-color: #5F4DBF;
}
.TagClassName
{
border-color: #5F4DBF;
}
</style>