Shades of Slate Blue #5449C5
Tints of Slate Blue #5449C5
RGB
CMYK
RGB Variations
Color information
#5449C5 (or 0x5449C5) is known color: Slate Blue. HEX triplet: 54, 49 and C5. RGB value is (84,73,197). Sum of RGB (Red+Green+Blue) = 84+73+197=354 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.73% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 197 (77.34% from 255 or 55.65% from 354); Max value from RGB is 197 - color contains mainly: blue. Hex color #5449C5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5449C5 is #ABB63A. Grayscale: #595959. Windows color (decimal): -11253307 or 12929364. OLE color: 12929364.
HSL color Cylindrical-coordinate representation of color #5449C5: hue angle of 245.32º 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 #5449C5 is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 84 | 73 | 197 | - |
| CMYK | 0.57 | 0.63 | 0 | 0.23 |
| HSL | 245.32º | 0.52% | 0.53% | - |
| HSV(B) | 245.32º | 0.63% | 0.77% | - |
| XYZ | 16.12 | 10.68 | 54.04 | - |
| YUV | 90.43 | 188.14 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 73 | 197 | 0.57 | 0.63 | 0 | 0.23 | 245.32 | 0.52 | 0.53 |
| Hex | 54 | 49 | C5 | 39 | 3F | 0 | 17 | F5 | 34 | 35 |
| Octal | 124 | 111 | 305 | 71 | 77 | 0 | 27 | 365 | 64 | 65 |
| Binary | 1010100 | 1001001 | 11000101 | 111001 | 111111 | 0 | 10111 | 11110101 | 110100 | 110101 |
Color Harmonies of #5449C5
Complementary color
Monochromatic Colors of #5449C5
Black with #5449C5
Text Example
Text Example
White with #5449C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5449C5; }
p { color: rgb(84,73,197); }
H1.HeaderClassName
{
color: #5449C5;
}
.AnyTagClassName
{
color: #5449C5;
}
</style>
background-color css
<style>
a { background-color: #5449C5; }
a { background-color: rgb(84,73,197); }
div.DivClassName
{
background-color: #5449C5;
}
.BgClassName
{
background-color: #5449C5;
}
</style>
border-color css
<style>
span { border-color: #5449C5; }
span { border-color: rgb(84,73,197); }
td.TdClassName
{
border-color: #5449C5;
}
.TagClassName
{
border-color: #5449C5;
}
</style>