Shades of Slate Blue #5F5DC9
Tints of Slate Blue #5F5DC9
RGB
CMYK
RGB Variations
Color information
#5F5DC9 (or 0x5F5DC9) is known color: Slate Blue. HEX triplet: 5F, 5D and C9. RGB value is (95,93,201). Sum of RGB (Red+Green+Blue) = 95+93+201=389 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.42% from 389); Green value is 93 (36.72% from 255 or 23.91% from 389); Blue value is 201 (78.91% from 255 or 51.67% from 389); Max value from RGB is 201 - color contains mainly: blue. Hex color #5F5DC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F5DC9 is #A0A236. Grayscale: #696969. Windows color (decimal): -10527287 or 13196639. OLE color: 13196639.
HSL color Cylindrical-coordinate representation of color #5F5DC9: hue angle of 241.11º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F5DC9 is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 95 | 93 | 201 | - |
| CMYK | 0.53 | 0.54 | 0 | 0.21 |
| HSL | 241.11º | 0.5% | 0.58% | - |
| HSV(B) | 241.11º | 0.54% | 0.79% | - |
| XYZ | 19.18 | 14.48 | 57.04 | - |
| YUV | 105.91 | 181.66 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 93 | 201 | 0.53 | 0.54 | 0 | 0.21 | 241.11 | 0.5 | 0.58 |
| Hex | 5F | 5D | C9 | 35 | 36 | 0 | 15 | F1 | 32 | 3A |
| Octal | 137 | 135 | 311 | 65 | 66 | 0 | 25 | 361 | 62 | 72 |
| Binary | 1011111 | 1011101 | 11001001 | 110101 | 110110 | 0 | 10101 | 11110001 | 110010 | 111010 |
Color Harmonies of #5F5DC9
Complementary color
Monochromatic Colors of #5F5DC9
Black with #5F5DC9
Text Example
Text Example
White with #5F5DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5DC9; }
p { color: rgb(95,93,201); }
H1.HeaderClassName
{
color: #5F5DC9;
}
.AnyTagClassName
{
color: #5F5DC9;
}
</style>
background-color css
<style>
a { background-color: #5F5DC9; }
a { background-color: rgb(95,93,201); }
div.DivClassName
{
background-color: #5F5DC9;
}
.BgClassName
{
background-color: #5F5DC9;
}
</style>
border-color css
<style>
span { border-color: #5F5DC9; }
span { border-color: rgb(95,93,201); }
td.TdClassName
{
border-color: #5F5DC9;
}
.TagClassName
{
border-color: #5F5DC9;
}
</style>