Shades of Slate Blue #5F5EC0
Tints of Slate Blue #5F5EC0
RGB
CMYK
RGB Variations
Color information
#5F5EC0 (or 0x5F5EC0) is known color: Slate Blue. HEX triplet: 5F, 5E and C0. RGB value is (95,94,192). Sum of RGB (Red+Green+Blue) = 95+94+192=381 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.93% from 381); Green value is 94 (37.11% from 255 or 24.67% from 381); Blue value is 192 (75.39% from 255 or 50.39% from 381); Max value from RGB is 192 - color contains mainly: blue. Hex color #5F5EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F5EC0 is #A0A13F. Grayscale: #696969. Windows color (decimal): -10527040 or 12607071. OLE color: 12607071.
HSL color Cylindrical-coordinate representation of color #5F5EC0: hue angle of 240.61º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5F5EC0 is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 95 | 94 | 192 | - |
| CMYK | 0.51 | 0.51 | 0 | 0.25 |
| HSL | 240.61º | 0.44% | 0.56% | - |
| HSV(B) | 240.61º | 0.51% | 0.75% | - |
| XYZ | 18.24 | 14.24 | 51.66 | - |
| YUV | 105.47 | 176.83 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 94 | 192 | 0.51 | 0.51 | 0 | 0.25 | 240.61 | 0.44 | 0.56 |
| Hex | 5F | 5E | C0 | 33 | 33 | 0 | 19 | F1 | 2C | 38 |
| Octal | 137 | 136 | 300 | 63 | 63 | 0 | 31 | 361 | 54 | 70 |
| Binary | 1011111 | 1011110 | 11000000 | 110011 | 110011 | 0 | 11001 | 11110001 | 101100 | 111000 |
Color Harmonies of #5F5EC0
Complementary color
Monochromatic Colors of #5F5EC0
Black with #5F5EC0
Text Example
Text Example
White with #5F5EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5EC0; }
p { color: rgb(95,94,192); }
H1.HeaderClassName
{
color: #5F5EC0;
}
.AnyTagClassName
{
color: #5F5EC0;
}
</style>
background-color css
<style>
a { background-color: #5F5EC0; }
a { background-color: rgb(95,94,192); }
div.DivClassName
{
background-color: #5F5EC0;
}
.BgClassName
{
background-color: #5F5EC0;
}
</style>
border-color css
<style>
span { border-color: #5F5EC0; }
span { border-color: rgb(95,94,192); }
td.TdClassName
{
border-color: #5F5EC0;
}
.TagClassName
{
border-color: #5F5EC0;
}
</style>