Shades of Medium Slate Blue #5F5FEB
Tints of Medium Slate Blue #5F5FEB
RGB
CMYK
RGB Variations
Color information
#5F5FEB (or 0x5F5FEB) is known color: Medium Slate Blue. HEX triplet: 5F, 5F and EB. RGB value is (95,95,235). Sum of RGB (Red+Green+Blue) = 95+95+235=425 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.35% from 425); Green value is 95 (37.5% from 255 or 22.35% from 425); Blue value is 235 (92.19% from 255 or 55.29% from 425); Max value from RGB is 235 - color contains mainly: blue. Hex color #5F5FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F5FEB is #A0A014. Grayscale: #6E6E6E. Windows color (decimal): -10526741 or 15425375. OLE color: 15425375.
HSL color Cylindrical-coordinate representation of color #5F5FEB: hue angle of 240º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F5FEB is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 95 | 235 | - |
| CMYK | 0.60 | 0.60 | 0 | 0.08 |
| HSL | 240º | 0.78% | 0.65% | - |
| HSV(B) | 240º | 0.6% | 0.92% | - |
| XYZ | 23.81 | 16.62 | 80.55 | - |
| YUV | 110.96 | 198 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 95 | 235 | 0.60 | 0.60 | 0 | 0.08 | 240 | 0.78 | 0.65 |
| Hex | 5F | 5F | EB | 3C | 3C | 0 | 8 | F0 | 4E | 41 |
| Octal | 137 | 137 | 353 | 74 | 74 | 0 | 10 | 360 | 116 | 101 |
| Binary | 1011111 | 1011111 | 11101011 | 111100 | 111100 | 0 | 1000 | 11110000 | 1001110 | 1000001 |
Color Harmonies of #5F5FEB
Complementary color
Monochromatic Colors of #5F5FEB
Black with #5F5FEB
Text Example
Text Example
White with #5F5FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5FEB; }
p { color: rgb(95,95,235); }
H1.HeaderClassName
{
color: #5F5FEB;
}
.AnyTagClassName
{
color: #5F5FEB;
}
</style>
background-color css
<style>
a { background-color: #5F5FEB; }
a { background-color: rgb(95,95,235); }
div.DivClassName
{
background-color: #5F5FEB;
}
.BgClassName
{
background-color: #5F5FEB;
}
</style>
border-color css
<style>
span { border-color: #5F5FEB; }
span { border-color: rgb(95,95,235); }
td.TdClassName
{
border-color: #5F5FEB;
}
.TagClassName
{
border-color: #5F5FEB;
}
</style>