Shades of Slate Blue #5F46BF
Tints of Slate Blue #5F46BF
RGB
CMYK
RGB Variations
Color information
#5F46BF (or 0x5F46BF) is known color: Slate Blue. HEX triplet: 5F, 46 and BF. RGB value is (95,70,191). Sum of RGB (Red+Green+Blue) = 95+70+191=356 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.69% from 356); Green value is 70 (27.73% from 255 or 19.66% 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 #5F46BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F46BF is #A0B940. Grayscale: #5A5A5A. Windows color (decimal): -10533185 or 12535391. OLE color: 12535391.
HSL color Cylindrical-coordinate representation of color #5F46BF: hue angle of 252.4º degrees, saturation: 0.49, 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 #5F46BF is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 95 | 70 | 191 | - |
| CMYK | 0.50 | 0.63 | 0 | 0.25 |
| HSL | 252.4º | 0.49% | 0.51% | - |
| HSV(B) | 252.4º | 0.63% | 0.75% | - |
| XYZ | 16.31 | 10.57 | 50.47 | - |
| YUV | 91.27 | 184.28 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 70 | 191 | 0.50 | 0.63 | 0 | 0.25 | 252.4 | 0.49 | 0.51 |
| Hex | 5F | 46 | BF | 32 | 3F | 0 | 19 | FC | 31 | 33 |
| Octal | 137 | 106 | 277 | 62 | 77 | 0 | 31 | 374 | 61 | 63 |
| Binary | 1011111 | 1000110 | 10111111 | 110010 | 111111 | 0 | 11001 | 11111100 | 110001 | 110011 |
Color Harmonies of #5F46BF
Complementary color
Monochromatic Colors of #5F46BF
Black with #5F46BF
Text Example
Text Example
White with #5F46BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F46BF; }
p { color: rgb(95,70,191); }
H1.HeaderClassName
{
color: #5F46BF;
}
.AnyTagClassName
{
color: #5F46BF;
}
</style>
background-color css
<style>
a { background-color: #5F46BF; }
a { background-color: rgb(95,70,191); }
div.DivClassName
{
background-color: #5F46BF;
}
.BgClassName
{
background-color: #5F46BF;
}
</style>
border-color css
<style>
span { border-color: #5F46BF; }
span { border-color: rgb(95,70,191); }
td.TdClassName
{
border-color: #5F46BF;
}
.TagClassName
{
border-color: #5F46BF;
}
</style>