Shades of Slate Blue #5F47DF
Tints of Slate Blue #5F47DF
RGB
CMYK
RGB Variations
Color information
#5F47DF (or 0x5F47DF) is known color: Slate Blue. HEX triplet: 5F, 47 and DF. RGB value is (95,71,223). Sum of RGB (Red+Green+Blue) = 95+71+223=389 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.42% from 389); Green value is 71 (28.12% from 255 or 18.25% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #5F47DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F47DF is #A0B820. Grayscale: #5E5E5E. Windows color (decimal): -10532897 or 14632799. OLE color: 14632799.
HSL color Cylindrical-coordinate representation of color #5F47DF: hue angle of 249.47º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5F47DF is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 71 | 223 | - |
| CMYK | 0.57 | 0.68 | 0 | 0.13 |
| HSL | 249.47º | 0.7% | 0.58% | - |
| HSV(B) | 249.47º | 0.68% | 0.87% | - |
| XYZ | 20.29 | 12.27 | 71.11 | - |
| YUV | 95.5 | 199.95 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 71 | 223 | 0.57 | 0.68 | 0 | 0.13 | 249.47 | 0.7 | 0.58 |
| Hex | 5F | 47 | DF | 39 | 44 | 0 | D | F9 | 46 | 3A |
| Octal | 137 | 107 | 337 | 71 | 104 | 0 | 15 | 371 | 106 | 72 |
| Binary | 1011111 | 1000111 | 11011111 | 111001 | 1000100 | 0 | 1101 | 11111001 | 1000110 | 111010 |
Color Harmonies of #5F47DF
Complementary color
Monochromatic Colors of #5F47DF
Black with #5F47DF
Text Example
Text Example
White with #5F47DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F47DF; }
p { color: rgb(95,71,223); }
H1.HeaderClassName
{
color: #5F47DF;
}
.AnyTagClassName
{
color: #5F47DF;
}
</style>
background-color css
<style>
a { background-color: #5F47DF; }
a { background-color: rgb(95,71,223); }
div.DivClassName
{
background-color: #5F47DF;
}
.BgClassName
{
background-color: #5F47DF;
}
</style>
border-color css
<style>
span { border-color: #5F47DF; }
span { border-color: rgb(95,71,223); }
td.TdClassName
{
border-color: #5F47DF;
}
.TagClassName
{
border-color: #5F47DF;
}
</style>