Shades of Slate Blue #5A49C5
Tints of Slate Blue #5A49C5
RGB
CMYK
RGB Variations
Color information
#5A49C5 (or 0x5A49C5) is known color: Slate Blue. HEX triplet: 5A, 49 and C5. RGB value is (90,73,197). Sum of RGB (Red+Green+Blue) = 90+73+197=360 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 197 (77.34% from 255 or 54.72% from 360); Max value from RGB is 197 - color contains mainly: blue. Hex color #5A49C5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A49C5 is #A5B63A. Grayscale: #5B5B5B. Windows color (decimal): -10860091 or 12929370. OLE color: 12929370.
HSL color Cylindrical-coordinate representation of color #5A49C5: hue angle of 248.23º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A49C5 is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 90 | 73 | 197 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.23 |
| HSL | 248.23º | 0.52% | 0.53% | - |
| HSV(B) | 248.23º | 0.63% | 0.77% | - |
| XYZ | 16.68 | 10.97 | 54.06 | - |
| YUV | 92.22 | 187.13 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 73 | 197 | 0.54 | 0.63 | 0 | 0.23 | 248.23 | 0.52 | 0.53 |
| Hex | 5A | 49 | C5 | 36 | 3F | 0 | 17 | F8 | 34 | 35 |
| Octal | 132 | 111 | 305 | 66 | 77 | 0 | 27 | 370 | 64 | 65 |
| Binary | 1011010 | 1001001 | 11000101 | 110110 | 111111 | 0 | 10111 | 11111000 | 110100 | 110101 |
Color Harmonies of #5A49C5
Complementary color
Monochromatic Colors of #5A49C5
Black with #5A49C5
Text Example
Text Example
White with #5A49C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A49C5; }
p { color: rgb(90,73,197); }
H1.HeaderClassName
{
color: #5A49C5;
}
.AnyTagClassName
{
color: #5A49C5;
}
</style>
background-color css
<style>
a { background-color: #5A49C5; }
a { background-color: rgb(90,73,197); }
div.DivClassName
{
background-color: #5A49C5;
}
.BgClassName
{
background-color: #5A49C5;
}
</style>
border-color css
<style>
span { border-color: #5A49C5; }
span { border-color: rgb(90,73,197); }
td.TdClassName
{
border-color: #5A49C5;
}
.TagClassName
{
border-color: #5A49C5;
}
</style>