Shades of Slate Blue #5E5FCE
Tints of Slate Blue #5E5FCE
RGB
CMYK
RGB Variations
Color information
#5E5FCE (or 0x5E5FCE) is known color: Slate Blue. HEX triplet: 5E, 5F and CE. RGB value is (94,95,206). Sum of RGB (Red+Green+Blue) = 94+95+206=395 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.80% from 395); Green value is 95 (37.5% from 255 or 24.05% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E5FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5FCE is #A1A031. Grayscale: #6A6A6A. Windows color (decimal): -10592306 or 13524830. OLE color: 13524830.
HSL color Cylindrical-coordinate representation of color #5E5FCE: hue angle of 239.46º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E5FCE is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 95 | 206 | - |
| CMYK | 0.54 | 0.54 | 0 | 0.19 |
| HSL | 239.46º | 0.53% | 0.59% | - |
| HSV(B) | 239.46º | 0.54% | 0.81% | - |
| XYZ | 19.85 | 15.02 | 60.25 | - |
| YUV | 107.36 | 183.67 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 95 | 206 | 0.54 | 0.54 | 0 | 0.19 | 239.46 | 0.53 | 0.59 |
| Hex | 5E | 5F | CE | 36 | 36 | 0 | 13 | EF | 35 | 3B |
| Octal | 136 | 137 | 316 | 66 | 66 | 0 | 23 | 357 | 65 | 73 |
| Binary | 1011110 | 1011111 | 11001110 | 110110 | 110110 | 0 | 10011 | 11101111 | 110101 | 111011 |
Color Harmonies of #5E5FCE
Complementary color
Monochromatic Colors of #5E5FCE
Black with #5E5FCE
Text Example
Text Example
White with #5E5FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5FCE; }
p { color: rgb(94,95,206); }
H1.HeaderClassName
{
color: #5E5FCE;
}
.AnyTagClassName
{
color: #5E5FCE;
}
</style>
background-color css
<style>
a { background-color: #5E5FCE; }
a { background-color: rgb(94,95,206); }
div.DivClassName
{
background-color: #5E5FCE;
}
.BgClassName
{
background-color: #5E5FCE;
}
</style>
border-color css
<style>
span { border-color: #5E5FCE; }
span { border-color: rgb(94,95,206); }
td.TdClassName
{
border-color: #5E5FCE;
}
.TagClassName
{
border-color: #5E5FCE;
}
</style>