Shades of Slate Blue #5A46DD
Tints of Slate Blue #5A46DD
RGB
CMYK
RGB Variations
Color information
#5A46DD (or 0x5A46DD) is known color: Slate Blue. HEX triplet: 5A, 46 and DD. RGB value is (90,70,221). Sum of RGB (Red+Green+Blue) = 90+70+221=381 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.62% from 381); Green value is 70 (27.73% from 255 or 18.37% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #5A46DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A46DD is #A5B922. Grayscale: #5C5C5C. Windows color (decimal): -10860835 or 14501466. OLE color: 14501466.
HSL color Cylindrical-coordinate representation of color #5A46DD: hue angle of 247.95º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5A46DD is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 70 | 221 | - |
| CMYK | 0.59 | 0.68 | 0 | 0.13 |
| HSL | 247.95º | 0.69% | 0.57% | - |
| HSV(B) | 247.95º | 0.68% | 0.87% | - |
| XYZ | 19.46 | 11.77 | 69.65 | - |
| YUV | 93.19 | 200.13 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 70 | 221 | 0.59 | 0.68 | 0 | 0.13 | 247.95 | 0.69 | 0.57 |
| Hex | 5A | 46 | DD | 3B | 44 | 0 | D | F8 | 45 | 39 |
| Octal | 132 | 106 | 335 | 73 | 104 | 0 | 15 | 370 | 105 | 71 |
| Binary | 1011010 | 1000110 | 11011101 | 111011 | 1000100 | 0 | 1101 | 11111000 | 1000101 | 111001 |
Color Harmonies of #5A46DD
Complementary color
Monochromatic Colors of #5A46DD
Black with #5A46DD
Text Example
Text Example
White with #5A46DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A46DD; }
p { color: rgb(90,70,221); }
H1.HeaderClassName
{
color: #5A46DD;
}
.AnyTagClassName
{
color: #5A46DD;
}
</style>
background-color css
<style>
a { background-color: #5A46DD; }
a { background-color: rgb(90,70,221); }
div.DivClassName
{
background-color: #5A46DD;
}
.BgClassName
{
background-color: #5A46DD;
}
</style>
border-color css
<style>
span { border-color: #5A46DD; }
span { border-color: rgb(90,70,221); }
td.TdClassName
{
border-color: #5A46DD;
}
.TagClassName
{
border-color: #5A46DD;
}
</style>