Shades of Slate Blue #5F5ECD
Tints of Slate Blue #5F5ECD
RGB
CMYK
RGB Variations
Color information
#5F5ECD (or 0x5F5ECD) is known color: Slate Blue. HEX triplet: 5F, 5E and CD. RGB value is (95,94,205). Sum of RGB (Red+Green+Blue) = 95+94+205=394 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.11% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #5F5ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F5ECD is #A0A132. Grayscale: #6A6A6A. Windows color (decimal): -10527027 or 13459039. OLE color: 13459039.
HSL color Cylindrical-coordinate representation of color #5F5ECD: hue angle of 240.54º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F5ECD is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 94 | 205 | - |
| CMYK | 0.54 | 0.54 | 0 | 0.20 |
| HSL | 240.54º | 0.53% | 0.59% | - |
| HSV(B) | 240.54º | 0.54% | 0.8% | - |
| XYZ | 19.74 | 14.85 | 59.58 | - |
| YUV | 106.95 | 183.33 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 94 | 205 | 0.54 | 0.54 | 0 | 0.20 | 240.54 | 0.53 | 0.59 |
| Hex | 5F | 5E | CD | 36 | 36 | 0 | 14 | F1 | 35 | 3B |
| Octal | 137 | 136 | 315 | 66 | 66 | 0 | 24 | 361 | 65 | 73 |
| Binary | 1011111 | 1011110 | 11001101 | 110110 | 110110 | 0 | 10100 | 11110001 | 110101 | 111011 |
Color Harmonies of #5F5ECD
Complementary color
Monochromatic Colors of #5F5ECD
Black with #5F5ECD
Text Example
Text Example
White with #5F5ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5ECD; }
p { color: rgb(95,94,205); }
H1.HeaderClassName
{
color: #5F5ECD;
}
.AnyTagClassName
{
color: #5F5ECD;
}
</style>
background-color css
<style>
a { background-color: #5F5ECD; }
a { background-color: rgb(95,94,205); }
div.DivClassName
{
background-color: #5F5ECD;
}
.BgClassName
{
background-color: #5F5ECD;
}
</style>
border-color css
<style>
span { border-color: #5F5ECD; }
span { border-color: rgb(95,94,205); }
td.TdClassName
{
border-color: #5F5ECD;
}
.TagClassName
{
border-color: #5F5ECD;
}
</style>