Shades of Slate Blue #5F5DCF
Tints of Slate Blue #5F5DCF
RGB
CMYK
RGB Variations
Color information
#5F5DCF (or 0x5F5DCF) is known color: Slate Blue. HEX triplet: 5F, 5D and CF. RGB value is (95,93,207). Sum of RGB (Red+Green+Blue) = 95+93+207=395 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.05% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #5F5DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F5DCF is #A0A230. Grayscale: #6A6A6A. Windows color (decimal): -10527281 or 13589855. OLE color: 13589855.
HSL color Cylindrical-coordinate representation of color #5F5DCF: hue angle of 241.05º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5F5DCF is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 93 | 207 | - |
| CMYK | 0.54 | 0.55 | 0 | 0.19 |
| HSL | 241.05º | 0.54% | 0.59% | - |
| HSV(B) | 241.05º | 0.55% | 0.81% | - |
| XYZ | 19.9 | 14.77 | 60.83 | - |
| YUV | 106.59 | 184.66 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 93 | 207 | 0.54 | 0.55 | 0 | 0.19 | 241.05 | 0.54 | 0.59 |
| Hex | 5F | 5D | CF | 36 | 37 | 0 | 13 | F1 | 36 | 3B |
| Octal | 137 | 135 | 317 | 66 | 67 | 0 | 23 | 361 | 66 | 73 |
| Binary | 1011111 | 1011101 | 11001111 | 110110 | 110111 | 0 | 10011 | 11110001 | 110110 | 111011 |
Color Harmonies of #5F5DCF
Complementary color
Monochromatic Colors of #5F5DCF
Black with #5F5DCF
Text Example
Text Example
White with #5F5DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5DCF; }
p { color: rgb(95,93,207); }
H1.HeaderClassName
{
color: #5F5DCF;
}
.AnyTagClassName
{
color: #5F5DCF;
}
</style>
background-color css
<style>
a { background-color: #5F5DCF; }
a { background-color: rgb(95,93,207); }
div.DivClassName
{
background-color: #5F5DCF;
}
.BgClassName
{
background-color: #5F5DCF;
}
</style>
border-color css
<style>
span { border-color: #5F5DCF; }
span { border-color: rgb(95,93,207); }
td.TdClassName
{
border-color: #5F5DCF;
}
.TagClassName
{
border-color: #5F5DCF;
}
</style>