Shades of Slate Blue #5A59DD
Tints of Slate Blue #5A59DD
RGB
CMYK
RGB Variations
Color information
#5A59DD (or 0x5A59DD) is known color: Slate Blue. HEX triplet: 5A, 59 and DD. RGB value is (90,89,221). Sum of RGB (Red+Green+Blue) = 90+89+221=400 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.5% from 400); Green value is 89 (35.16% from 255 or 22.25% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #5A59DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A59DD is #A5A622. Grayscale: #676767. Windows color (decimal): -10855971 or 14506330. OLE color: 14506330.
HSL color Cylindrical-coordinate representation of color #5A59DD: hue angle of 240.45º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A59DD is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 89 | 221 | - |
| CMYK | 0.59 | 0.60 | 0 | 0.13 |
| HSL | 240.45º | 0.66% | 0.61% | - |
| HSV(B) | 240.45º | 0.6% | 0.87% | - |
| XYZ | 20.84 | 14.54 | 70.11 | - |
| YUV | 104.35 | 193.83 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 89 | 221 | 0.59 | 0.60 | 0 | 0.13 | 240.45 | 0.66 | 0.61 |
| Hex | 5A | 59 | DD | 3B | 3C | 0 | D | F0 | 42 | 3D |
| Octal | 132 | 131 | 335 | 73 | 74 | 0 | 15 | 360 | 102 | 75 |
| Binary | 1011010 | 1011001 | 11011101 | 111011 | 111100 | 0 | 1101 | 11110000 | 1000010 | 111101 |
Color Harmonies of #5A59DD
Complementary color
Monochromatic Colors of #5A59DD
Black with #5A59DD
Text Example
Text Example
White with #5A59DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A59DD; }
p { color: rgb(90,89,221); }
H1.HeaderClassName
{
color: #5A59DD;
}
.AnyTagClassName
{
color: #5A59DD;
}
</style>
background-color css
<style>
a { background-color: #5A59DD; }
a { background-color: rgb(90,89,221); }
div.DivClassName
{
background-color: #5A59DD;
}
.BgClassName
{
background-color: #5A59DD;
}
</style>
border-color css
<style>
span { border-color: #5A59DD; }
span { border-color: rgb(90,89,221); }
td.TdClassName
{
border-color: #5A59DD;
}
.TagClassName
{
border-color: #5A59DD;
}
</style>