Shades of Slate Blue #5E55DA
Tints of Slate Blue #5E55DA
RGB
CMYK
RGB Variations
Color information
#5E55DA (or 0x5E55DA) is known color: Slate Blue. HEX triplet: 5E, 55 and DA. RGB value is (94,85,218). Sum of RGB (Red+Green+Blue) = 94+85+218=397 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.68% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 218 (85.55% from 255 or 54.91% from 397); Max value from RGB is 218 - color contains mainly: blue. Hex color #5E55DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E55DA is #A1AA25. Grayscale: #666666. Windows color (decimal): -10594854 or 14308702. OLE color: 14308702.
HSL color Cylindrical-coordinate representation of color #5E55DA: hue angle of 244.06º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E55DA is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 94 | 85 | 218 | - |
| CMYK | 0.57 | 0.61 | 0 | 0.15 |
| HSL | 244.06º | 0.64% | 0.59% | - |
| HSV(B) | 244.06º | 0.61% | 0.85% | - |
| XYZ | 20.52 | 13.94 | 67.94 | - |
| YUV | 102.85 | 192.98 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 85 | 218 | 0.57 | 0.61 | 0 | 0.15 | 244.06 | 0.64 | 0.59 |
| Hex | 5E | 55 | DA | 39 | 3D | 0 | F | F4 | 40 | 3B |
| Octal | 136 | 125 | 332 | 71 | 75 | 0 | 17 | 364 | 100 | 73 |
| Binary | 1011110 | 1010101 | 11011010 | 111001 | 111101 | 0 | 1111 | 11110100 | 1000000 | 111011 |
Color Harmonies of #5E55DA
Complementary color
Monochromatic Colors of #5E55DA
Black with #5E55DA
Text Example
Text Example
White with #5E55DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E55DA; }
p { color: rgb(94,85,218); }
H1.HeaderClassName
{
color: #5E55DA;
}
.AnyTagClassName
{
color: #5E55DA;
}
</style>
background-color css
<style>
a { background-color: #5E55DA; }
a { background-color: rgb(94,85,218); }
div.DivClassName
{
background-color: #5E55DA;
}
.BgClassName
{
background-color: #5E55DA;
}
</style>
border-color css
<style>
span { border-color: #5E55DA; }
span { border-color: rgb(94,85,218); }
td.TdClassName
{
border-color: #5E55DA;
}
.TagClassName
{
border-color: #5E55DA;
}
</style>