Shades of Slate Blue #5F5ECF
Tints of Slate Blue #5F5ECF
RGB
CMYK
RGB Variations
Color information
#5F5ECF (or 0x5F5ECF) is known color: Slate Blue. HEX triplet: 5F, 5E and CF. RGB value is (95,94,207). Sum of RGB (Red+Green+Blue) = 95+94+207=396 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.99% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #5F5ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F5ECF is #A0A130. Grayscale: #6A6A6A. Windows color (decimal): -10527025 or 13590111. OLE color: 13590111.
HSL color Cylindrical-coordinate representation of color #5F5ECF: hue angle of 240.53º 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 #5F5ECF is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 94 | 207 | - |
| CMYK | 0.54 | 0.55 | 0 | 0.19 |
| HSL | 240.53º | 0.54% | 0.59% | - |
| HSV(B) | 240.53º | 0.55% | 0.81% | - |
| XYZ | 19.98 | 14.94 | 60.86 | - |
| YUV | 107.18 | 184.33 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 94 | 207 | 0.54 | 0.55 | 0 | 0.19 | 240.53 | 0.54 | 0.59 |
| Hex | 5F | 5E | CF | 36 | 37 | 0 | 13 | F1 | 36 | 3B |
| Octal | 137 | 136 | 317 | 66 | 67 | 0 | 23 | 361 | 66 | 73 |
| Binary | 1011111 | 1011110 | 11001111 | 110110 | 110111 | 0 | 10011 | 11110001 | 110110 | 111011 |
Color Harmonies of #5F5ECF
Complementary color
Monochromatic Colors of #5F5ECF
Black with #5F5ECF
Text Example
Text Example
White with #5F5ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5ECF; }
p { color: rgb(95,94,207); }
H1.HeaderClassName
{
color: #5F5ECF;
}
.AnyTagClassName
{
color: #5F5ECF;
}
</style>
background-color css
<style>
a { background-color: #5F5ECF; }
a { background-color: rgb(95,94,207); }
div.DivClassName
{
background-color: #5F5ECF;
}
.BgClassName
{
background-color: #5F5ECF;
}
</style>
border-color css
<style>
span { border-color: #5F5ECF; }
span { border-color: rgb(95,94,207); }
td.TdClassName
{
border-color: #5F5ECF;
}
.TagClassName
{
border-color: #5F5ECF;
}
</style>