Shades of Slate Blue #5F54DF
Tints of Slate Blue #5F54DF
RGB
CMYK
RGB Variations
Color information
#5F54DF (or 0x5F54DF) is known color: Slate Blue. HEX triplet: 5F, 54 and DF. RGB value is (95,84,223). Sum of RGB (Red+Green+Blue) = 95+84+223=402 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.63% from 402); Green value is 84 (33.20% from 255 or 20.90% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #5F54DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F54DF is #A0AB20. Grayscale: #666666. Windows color (decimal): -10529569 or 14636127. OLE color: 14636127.
HSL color Cylindrical-coordinate representation of color #5F54DF: hue angle of 244.75º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5F54DF is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 84 | 223 | - |
| CMYK | 0.57 | 0.62 | 0 | 0.13 |
| HSL | 244.75º | 0.68% | 0.6% | - |
| HSV(B) | 244.75º | 0.62% | 0.87% | - |
| XYZ | 21.21 | 14.1 | 71.42 | - |
| YUV | 103.14 | 195.64 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 84 | 223 | 0.57 | 0.62 | 0 | 0.13 | 244.75 | 0.68 | 0.6 |
| Hex | 5F | 54 | DF | 39 | 3E | 0 | D | F5 | 44 | 3C |
| Octal | 137 | 124 | 337 | 71 | 76 | 0 | 15 | 365 | 104 | 74 |
| Binary | 1011111 | 1010100 | 11011111 | 111001 | 111110 | 0 | 1101 | 11110101 | 1000100 | 111100 |
Color Harmonies of #5F54DF
Complementary color
Monochromatic Colors of #5F54DF
Black with #5F54DF
Text Example
Text Example
White with #5F54DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F54DF; }
p { color: rgb(95,84,223); }
H1.HeaderClassName
{
color: #5F54DF;
}
.AnyTagClassName
{
color: #5F54DF;
}
</style>
background-color css
<style>
a { background-color: #5F54DF; }
a { background-color: rgb(95,84,223); }
div.DivClassName
{
background-color: #5F54DF;
}
.BgClassName
{
background-color: #5F54DF;
}
</style>
border-color css
<style>
span { border-color: #5F54DF; }
span { border-color: rgb(95,84,223); }
td.TdClassName
{
border-color: #5F54DF;
}
.TagClassName
{
border-color: #5F54DF;
}
</style>