Shades of Slate Blue #5F4DCD
Tints of Slate Blue #5F4DCD
RGB
CMYK
RGB Variations
Color information
#5F4DCD (or 0x5F4DCD) is known color: Slate Blue. HEX triplet: 5F, 4D and CD. RGB value is (95,77,205). Sum of RGB (Red+Green+Blue) = 95+77+205=377 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.20% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #5F4DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F4DCD is #A0B232. Grayscale: #606060. Windows color (decimal): -10531379 or 13454687. OLE color: 13454687.
HSL color Cylindrical-coordinate representation of color #5F4DCD: hue angle of 248.44º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5F4DCD is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 77 | 205 | - |
| CMYK | 0.54 | 0.62 | 0 | 0.20 |
| HSL | 248.44º | 0.56% | 0.55% | - |
| HSV(B) | 248.44º | 0.62% | 0.8% | - |
| XYZ | 18.39 | 12.15 | 59.13 | - |
| YUV | 96.97 | 188.96 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 77 | 205 | 0.54 | 0.62 | 0 | 0.20 | 248.44 | 0.56 | 0.55 |
| Hex | 5F | 4D | CD | 36 | 3E | 0 | 14 | F8 | 38 | 37 |
| Octal | 137 | 115 | 315 | 66 | 76 | 0 | 24 | 370 | 70 | 67 |
| Binary | 1011111 | 1001101 | 11001101 | 110110 | 111110 | 0 | 10100 | 11111000 | 111000 | 110111 |
Color Harmonies of #5F4DCD
Complementary color
Monochromatic Colors of #5F4DCD
Black with #5F4DCD
Text Example
Text Example
White with #5F4DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4DCD; }
p { color: rgb(95,77,205); }
H1.HeaderClassName
{
color: #5F4DCD;
}
.AnyTagClassName
{
color: #5F4DCD;
}
</style>
background-color css
<style>
a { background-color: #5F4DCD; }
a { background-color: rgb(95,77,205); }
div.DivClassName
{
background-color: #5F4DCD;
}
.BgClassName
{
background-color: #5F4DCD;
}
</style>
border-color css
<style>
span { border-color: #5F4DCD; }
span { border-color: rgb(95,77,205); }
td.TdClassName
{
border-color: #5F4DCD;
}
.TagClassName
{
border-color: #5F4DCD;
}
</style>