Shades of Slate Blue #5A45DD
Tints of Slate Blue #5A45DD
RGB
CMYK
RGB Variations
Color information
#5A45DD (or 0x5A45DD) is known color: Slate Blue. HEX triplet: 5A, 45 and DD. RGB value is (90,69,221). Sum of RGB (Red+Green+Blue) = 90+69+221=380 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.68% from 380); Green value is 69 (27.34% from 255 or 18.16% from 380); Blue value is 221 (86.72% from 255 or 58.16% from 380); Max value from RGB is 221 - color contains mainly: blue. Hex color #5A45DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A45DD is #A5BA22. Grayscale: #5C5C5C. Windows color (decimal): -10861091 or 14501210. OLE color: 14501210.
HSL color Cylindrical-coordinate representation of color #5A45DD: hue angle of 248.29º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A45DD is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 69 | 221 | - |
| CMYK | 0.59 | 0.69 | 0 | 0.13 |
| HSL | 248.29º | 0.69% | 0.57% | - |
| HSV(B) | 248.29º | 0.69% | 0.87% | - |
| XYZ | 19.4 | 11.65 | 69.63 | - |
| YUV | 92.61 | 200.46 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 69 | 221 | 0.59 | 0.69 | 0 | 0.13 | 248.29 | 0.69 | 0.57 |
| Hex | 5A | 45 | DD | 3B | 45 | 0 | D | F8 | 45 | 39 |
| Octal | 132 | 105 | 335 | 73 | 105 | 0 | 15 | 370 | 105 | 71 |
| Binary | 1011010 | 1000101 | 11011101 | 111011 | 1000101 | 0 | 1101 | 11111000 | 1000101 | 111001 |
Color Harmonies of #5A45DD
Complementary color
Monochromatic Colors of #5A45DD
Black with #5A45DD
Text Example
Text Example
White with #5A45DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A45DD; }
p { color: rgb(90,69,221); }
H1.HeaderClassName
{
color: #5A45DD;
}
.AnyTagClassName
{
color: #5A45DD;
}
</style>
background-color css
<style>
a { background-color: #5A45DD; }
a { background-color: rgb(90,69,221); }
div.DivClassName
{
background-color: #5A45DD;
}
.BgClassName
{
background-color: #5A45DD;
}
</style>
border-color css
<style>
span { border-color: #5A45DD; }
span { border-color: rgb(90,69,221); }
td.TdClassName
{
border-color: #5A45DD;
}
.TagClassName
{
border-color: #5A45DD;
}
</style>