Shades of Slate Blue #5A46CA
Tints of Slate Blue #5A46CA
RGB
CMYK
RGB Variations
Color information
#5A46CA (or 0x5A46CA) is known color: Slate Blue. HEX triplet: 5A, 46 and CA. RGB value is (90,70,202). Sum of RGB (Red+Green+Blue) = 90+70+202=362 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.86% from 362); Green value is 70 (27.73% from 255 or 19.34% from 362); Blue value is 202 (79.30% from 255 or 55.80% from 362); Max value from RGB is 202 - color contains mainly: blue. Hex color #5A46CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A46CA is #A5B935. Grayscale: #5A5A5A. Windows color (decimal): -10860854 or 13256282. OLE color: 13256282.
HSL color Cylindrical-coordinate representation of color #5A46CA: hue angle of 249.09º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A46CA is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 70 | 202 | - |
| CMYK | 0.55 | 0.65 | 0 | 0.21 |
| HSL | 249.09º | 0.55% | 0.53% | - |
| HSV(B) | 249.09º | 0.65% | 0.79% | - |
| XYZ | 17.07 | 10.82 | 57.07 | - |
| YUV | 91.03 | 190.63 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 70 | 202 | 0.55 | 0.65 | 0 | 0.21 | 249.09 | 0.55 | 0.53 |
| Hex | 5A | 46 | CA | 37 | 41 | 0 | 15 | F9 | 37 | 35 |
| Octal | 132 | 106 | 312 | 67 | 101 | 0 | 25 | 371 | 67 | 65 |
| Binary | 1011010 | 1000110 | 11001010 | 110111 | 1000001 | 0 | 10101 | 11111001 | 110111 | 110101 |
Color Harmonies of #5A46CA
Complementary color
Monochromatic Colors of #5A46CA
Black with #5A46CA
Text Example
Text Example
White with #5A46CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A46CA; }
p { color: rgb(90,70,202); }
H1.HeaderClassName
{
color: #5A46CA;
}
.AnyTagClassName
{
color: #5A46CA;
}
</style>
background-color css
<style>
a { background-color: #5A46CA; }
a { background-color: rgb(90,70,202); }
div.DivClassName
{
background-color: #5A46CA;
}
.BgClassName
{
background-color: #5A46CA;
}
</style>
border-color css
<style>
span { border-color: #5A46CA; }
span { border-color: rgb(90,70,202); }
td.TdClassName
{
border-color: #5A46CA;
}
.TagClassName
{
border-color: #5A46CA;
}
</style>