Shades of Slate Blue #5A53DD
Tints of Slate Blue #5A53DD
RGB
CMYK
RGB Variations
Color information
#5A53DD (or 0x5A53DD) is known color: Slate Blue. HEX triplet: 5A, 53 and DD. RGB value is (90,83,221). Sum of RGB (Red+Green+Blue) = 90+83+221=394 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.84% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #5A53DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A53DD is #A5AC22. Grayscale: #646464. Windows color (decimal): -10857507 or 14504794. OLE color: 14504794.
HSL color Cylindrical-coordinate representation of color #5A53DD: hue angle of 243.04º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A53DD is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 83 | 221 | - |
| CMYK | 0.59 | 0.62 | 0 | 0.13 |
| HSL | 243.04º | 0.67% | 0.6% | - |
| HSV(B) | 243.04º | 0.62% | 0.87% | - |
| XYZ | 20.36 | 13.58 | 69.95 | - |
| YUV | 100.83 | 195.82 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 83 | 221 | 0.59 | 0.62 | 0 | 0.13 | 243.04 | 0.67 | 0.6 |
| Hex | 5A | 53 | DD | 3B | 3E | 0 | D | F3 | 43 | 3C |
| Octal | 132 | 123 | 335 | 73 | 76 | 0 | 15 | 363 | 103 | 74 |
| Binary | 1011010 | 1010011 | 11011101 | 111011 | 111110 | 0 | 1101 | 11110011 | 1000011 | 111100 |
Color Harmonies of #5A53DD
Complementary color
Monochromatic Colors of #5A53DD
Black with #5A53DD
Text Example
Text Example
White with #5A53DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A53DD; }
p { color: rgb(90,83,221); }
H1.HeaderClassName
{
color: #5A53DD;
}
.AnyTagClassName
{
color: #5A53DD;
}
</style>
background-color css
<style>
a { background-color: #5A53DD; }
a { background-color: rgb(90,83,221); }
div.DivClassName
{
background-color: #5A53DD;
}
.BgClassName
{
background-color: #5A53DD;
}
</style>
border-color css
<style>
span { border-color: #5A53DD; }
span { border-color: rgb(90,83,221); }
td.TdClassName
{
border-color: #5A53DD;
}
.TagClassName
{
border-color: #5A53DD;
}
</style>