Shades of Slate Blue #5A54C1
Tints of Slate Blue #5A54C1
RGB
CMYK
RGB Variations
Color information
#5A54C1 (or 0x5A54C1) is known color: Slate Blue. HEX triplet: 5A, 54 and C1. RGB value is (90,84,193). Sum of RGB (Red+Green+Blue) = 90+84+193=367 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.52% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 193 (75.78% from 255 or 52.59% from 367); Max value from RGB is 193 - color contains mainly: blue. Hex color #5A54C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A54C1 is #A5AB3E. Grayscale: #616161. Windows color (decimal): -10857279 or 12670042. OLE color: 12670042.
HSL color Cylindrical-coordinate representation of color #5A54C1: hue angle of 243.3º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A54C1 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 84 | 193 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.24 |
| HSL | 243.3º | 0.47% | 0.54% | - |
| HSV(B) | 243.3º | 0.56% | 0.76% | - |
| XYZ | 17.01 | 12.36 | 51.94 | - |
| YUV | 98.22 | 181.49 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 84 | 193 | 0.53 | 0.56 | 0 | 0.24 | 243.3 | 0.47 | 0.54 |
| Hex | 5A | 54 | C1 | 35 | 38 | 0 | 18 | F3 | 2F | 36 |
| Octal | 132 | 124 | 301 | 65 | 70 | 0 | 30 | 363 | 57 | 66 |
| Binary | 1011010 | 1010100 | 11000001 | 110101 | 111000 | 0 | 11000 | 11110011 | 101111 | 110110 |
Color Harmonies of #5A54C1
Complementary color
Monochromatic Colors of #5A54C1
Black with #5A54C1
Text Example
Text Example
White with #5A54C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A54C1; }
p { color: rgb(90,84,193); }
H1.HeaderClassName
{
color: #5A54C1;
}
.AnyTagClassName
{
color: #5A54C1;
}
</style>
background-color css
<style>
a { background-color: #5A54C1; }
a { background-color: rgb(90,84,193); }
div.DivClassName
{
background-color: #5A54C1;
}
.BgClassName
{
background-color: #5A54C1;
}
</style>
border-color css
<style>
span { border-color: #5A54C1; }
span { border-color: rgb(90,84,193); }
td.TdClassName
{
border-color: #5A54C1;
}
.TagClassName
{
border-color: #5A54C1;
}
</style>