Shades of Slate Blue #5F47CE
Tints of Slate Blue #5F47CE
RGB
CMYK
RGB Variations
Color information
#5F47CE (or 0x5F47CE) is known color: Slate Blue. HEX triplet: 5F, 47 and CE. RGB value is (95,71,206). Sum of RGB (Red+Green+Blue) = 95+71+206=372 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.54% from 372); Green value is 71 (28.12% from 255 or 19.09% from 372); Blue value is 206 (80.86% from 255 or 55.38% from 372); Max value from RGB is 206 - color contains mainly: blue. Hex color #5F47CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F47CE is #A0B831. Grayscale: #5D5D5D. Windows color (decimal): -10532914 or 13518687. OLE color: 13518687.
HSL color Cylindrical-coordinate representation of color #5F47CE: hue angle of 250.67º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5F47CE is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 71 | 206 | - |
| CMYK | 0.54 | 0.66 | 0 | 0.19 |
| HSL | 250.67º | 0.58% | 0.54% | - |
| HSV(B) | 250.67º | 0.66% | 0.81% | - |
| XYZ | 18.11 | 11.4 | 59.64 | - |
| YUV | 93.57 | 191.45 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 71 | 206 | 0.54 | 0.66 | 0 | 0.19 | 250.67 | 0.58 | 0.54 |
| Hex | 5F | 47 | CE | 36 | 42 | 0 | 13 | FB | 3A | 36 |
| Octal | 137 | 107 | 316 | 66 | 102 | 0 | 23 | 373 | 72 | 66 |
| Binary | 1011111 | 1000111 | 11001110 | 110110 | 1000010 | 0 | 10011 | 11111011 | 111010 | 110110 |
Color Harmonies of #5F47CE
Complementary color
Monochromatic Colors of #5F47CE
Black with #5F47CE
Text Example
Text Example
White with #5F47CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F47CE; }
p { color: rgb(95,71,206); }
H1.HeaderClassName
{
color: #5F47CE;
}
.AnyTagClassName
{
color: #5F47CE;
}
</style>
background-color css
<style>
a { background-color: #5F47CE; }
a { background-color: rgb(95,71,206); }
div.DivClassName
{
background-color: #5F47CE;
}
.BgClassName
{
background-color: #5F47CE;
}
</style>
border-color css
<style>
span { border-color: #5F47CE; }
span { border-color: rgb(95,71,206); }
td.TdClassName
{
border-color: #5F47CE;
}
.TagClassName
{
border-color: #5F47CE;
}
</style>