Shades of Slate Blue #5E65DD
Tints of Slate Blue #5E65DD
RGB
CMYK
RGB Variations
Color information
#5E65DD (or 0x5E65DD) is known color: Slate Blue. HEX triplet: 5E, 65 and DD. RGB value is (94,101,221). Sum of RGB (Red+Green+Blue) = 94+101+221=416 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.60% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #5E65DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E65DD is #A19A22. Grayscale: #707070. Windows color (decimal): -10590755 or 14509406. OLE color: 14509406.
HSL color Cylindrical-coordinate representation of color #5E65DD: hue angle of 236.69º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E65DD is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 101 | 221 | - |
| CMYK | 0.57 | 0.54 | 0 | 0.13 |
| HSL | 236.69º | 0.65% | 0.62% | - |
| HSV(B) | 236.69º | 0.57% | 0.87% | - |
| XYZ | 22.32 | 16.91 | 70.49 | - |
| YUV | 112.59 | 189.18 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 101 | 221 | 0.57 | 0.54 | 0 | 0.13 | 236.69 | 0.65 | 0.62 |
| Hex | 5E | 65 | DD | 39 | 36 | 0 | D | ED | 41 | 3E |
| Octal | 136 | 145 | 335 | 71 | 66 | 0 | 15 | 355 | 101 | 76 |
| Binary | 1011110 | 1100101 | 11011101 | 111001 | 110110 | 0 | 1101 | 11101101 | 1000001 | 111110 |
Color Harmonies of #5E65DD
Complementary color
Monochromatic Colors of #5E65DD
Black with #5E65DD
Text Example
Text Example
White with #5E65DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E65DD; }
p { color: rgb(94,101,221); }
H1.HeaderClassName
{
color: #5E65DD;
}
.AnyTagClassName
{
color: #5E65DD;
}
</style>
background-color css
<style>
a { background-color: #5E65DD; }
a { background-color: rgb(94,101,221); }
div.DivClassName
{
background-color: #5E65DD;
}
.BgClassName
{
background-color: #5E65DD;
}
</style>
border-color css
<style>
span { border-color: #5E65DD; }
span { border-color: rgb(94,101,221); }
td.TdClassName
{
border-color: #5E65DD;
}
.TagClassName
{
border-color: #5E65DD;
}
</style>