Shades of Slate Blue #5E52D3
Tints of Slate Blue #5E52D3
RGB
CMYK
RGB Variations
Color information
#5E52D3 (or 0x5E52D3) is known color: Slate Blue. HEX triplet: 5E, 52 and D3. RGB value is (94,82,211). Sum of RGB (Red+Green+Blue) = 94+82+211=387 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.29% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 211 (82.81% from 255 or 54.52% from 387); Max value from RGB is 211 - color contains mainly: blue. Hex color #5E52D3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E52D3 is #A1AD2C. Grayscale: #636363. Windows color (decimal): -10595629 or 13849182. OLE color: 13849182.
HSL color Cylindrical-coordinate representation of color #5E52D3: hue angle of 245.58º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E52D3 is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 94 | 82 | 211 | - |
| CMYK | 0.55 | 0.61 | 0 | 0.17 |
| HSL | 245.58º | 0.59% | 0.57% | - |
| HSV(B) | 245.58º | 0.61% | 0.83% | - |
| XYZ | 19.39 | 13.12 | 63.14 | - |
| YUV | 100.29 | 190.48 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 82 | 211 | 0.55 | 0.61 | 0 | 0.17 | 245.58 | 0.59 | 0.57 |
| Hex | 5E | 52 | D3 | 37 | 3D | 0 | 11 | F6 | 3B | 39 |
| Octal | 136 | 122 | 323 | 67 | 75 | 0 | 21 | 366 | 73 | 71 |
| Binary | 1011110 | 1010010 | 11010011 | 110111 | 111101 | 0 | 10001 | 11110110 | 111011 | 111001 |
Color Harmonies of #5E52D3
Complementary color
Monochromatic Colors of #5E52D3
Black with #5E52D3
Text Example
Text Example
White with #5E52D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E52D3; }
p { color: rgb(94,82,211); }
H1.HeaderClassName
{
color: #5E52D3;
}
.AnyTagClassName
{
color: #5E52D3;
}
</style>
background-color css
<style>
a { background-color: #5E52D3; }
a { background-color: rgb(94,82,211); }
div.DivClassName
{
background-color: #5E52D3;
}
.BgClassName
{
background-color: #5E52D3;
}
</style>
border-color css
<style>
span { border-color: #5E52D3; }
span { border-color: rgb(94,82,211); }
td.TdClassName
{
border-color: #5E52D3;
}
.TagClassName
{
border-color: #5E52D3;
}
</style>