Shades of Slate Blue #5A49CA
Tints of Slate Blue #5A49CA
RGB
CMYK
RGB Variations
Color information
#5A49CA (or 0x5A49CA) is known color: Slate Blue. HEX triplet: 5A, 49 and CA. RGB value is (90,73,202). Sum of RGB (Red+Green+Blue) = 90+73+202=365 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.66% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 202 (79.30% from 255 or 55.34% from 365); Max value from RGB is 202 - color contains mainly: blue. Hex color #5A49CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A49CA is #A5B635. Grayscale: #5C5C5C. Windows color (decimal): -10860086 or 13257050. OLE color: 13257050.
HSL color Cylindrical-coordinate representation of color #5A49CA: hue angle of 247.91º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A49CA is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 73 | 202 | - |
| CMYK | 0.55 | 0.64 | 0 | 0.21 |
| HSL | 247.91º | 0.55% | 0.54% | - |
| HSV(B) | 247.91º | 0.64% | 0.79% | - |
| XYZ | 17.26 | 11.2 | 57.13 | - |
| YUV | 92.79 | 189.63 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 73 | 202 | 0.55 | 0.64 | 0 | 0.21 | 247.91 | 0.55 | 0.54 |
| Hex | 5A | 49 | CA | 37 | 40 | 0 | 15 | F8 | 37 | 36 |
| Octal | 132 | 111 | 312 | 67 | 100 | 0 | 25 | 370 | 67 | 66 |
| Binary | 1011010 | 1001001 | 11001010 | 110111 | 1000000 | 0 | 10101 | 11111000 | 110111 | 110110 |
Color Harmonies of #5A49CA
Complementary color
Monochromatic Colors of #5A49CA
Black with #5A49CA
Text Example
Text Example
White with #5A49CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A49CA; }
p { color: rgb(90,73,202); }
H1.HeaderClassName
{
color: #5A49CA;
}
.AnyTagClassName
{
color: #5A49CA;
}
</style>
background-color css
<style>
a { background-color: #5A49CA; }
a { background-color: rgb(90,73,202); }
div.DivClassName
{
background-color: #5A49CA;
}
.BgClassName
{
background-color: #5A49CA;
}
</style>
border-color css
<style>
span { border-color: #5A49CA; }
span { border-color: rgb(90,73,202); }
td.TdClassName
{
border-color: #5A49CA;
}
.TagClassName
{
border-color: #5A49CA;
}
</style>