Shades of Slate Blue #5E65CE
Tints of Slate Blue #5E65CE
RGB
CMYK
RGB Variations
Color information
#5E65CE (or 0x5E65CE) is known color: Slate Blue. HEX triplet: 5E, 65 and CE. RGB value is (94,101,206). Sum of RGB (Red+Green+Blue) = 94+101+206=401 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.44% from 401); Green value is 101 (39.84% from 255 or 25.19% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E65CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E65CE is #A19A31. Grayscale: #6E6E6E. Windows color (decimal): -10590770 or 13526366. OLE color: 13526366.
HSL color Cylindrical-coordinate representation of color #5E65CE: hue angle of 236.25º 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 #5E65CE is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 101 | 206 | - |
| CMYK | 0.54 | 0.51 | 0 | 0.19 |
| HSL | 236.25º | 0.53% | 0.59% | - |
| HSV(B) | 236.25º | 0.54% | 0.81% | - |
| XYZ | 20.41 | 16.14 | 60.43 | - |
| YUV | 110.88 | 181.68 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 101 | 206 | 0.54 | 0.51 | 0 | 0.19 | 236.25 | 0.53 | 0.59 |
| Hex | 5E | 65 | CE | 36 | 33 | 0 | 13 | EC | 35 | 3B |
| Octal | 136 | 145 | 316 | 66 | 63 | 0 | 23 | 354 | 65 | 73 |
| Binary | 1011110 | 1100101 | 11001110 | 110110 | 110011 | 0 | 10011 | 11101100 | 110101 | 111011 |
Color Harmonies of #5E65CE
Complementary color
Monochromatic Colors of #5E65CE
Black with #5E65CE
Text Example
Text Example
White with #5E65CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E65CE; }
p { color: rgb(94,101,206); }
H1.HeaderClassName
{
color: #5E65CE;
}
.AnyTagClassName
{
color: #5E65CE;
}
</style>
background-color css
<style>
a { background-color: #5E65CE; }
a { background-color: rgb(94,101,206); }
div.DivClassName
{
background-color: #5E65CE;
}
.BgClassName
{
background-color: #5E65CE;
}
</style>
border-color css
<style>
span { border-color: #5E65CE; }
span { border-color: rgb(94,101,206); }
td.TdClassName
{
border-color: #5E65CE;
}
.TagClassName
{
border-color: #5E65CE;
}
</style>