Shades of Slate Blue #5449D5
Tints of Slate Blue #5449D5
RGB
CMYK
RGB Variations
Color information
#5449D5 (or 0x5449D5) is known color: Slate Blue. HEX triplet: 54, 49 and D5. RGB value is (84,73,213). Sum of RGB (Red+Green+Blue) = 84+73+213=370 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.70% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 213 (83.59% from 255 or 57.57% from 370); Max value from RGB is 213 - color contains mainly: blue. Hex color #5449D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5449D5 is #ABB62A. Grayscale: #5B5B5B. Windows color (decimal): -11253291 or 13977940. OLE color: 13977940.
HSL color Cylindrical-coordinate representation of color #5449D5: hue angle of 244.71º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5449D5 is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 84 | 73 | 213 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.16 |
| HSL | 244.71º | 0.63% | 0.56% | - |
| HSV(B) | 244.71º | 0.66% | 0.84% | - |
| XYZ | 18.05 | 11.45 | 64.21 | - |
| YUV | 92.25 | 196.14 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 73 | 213 | 0.61 | 0.66 | 0 | 0.16 | 244.71 | 0.63 | 0.56 |
| Hex | 54 | 49 | D5 | 3D | 42 | 0 | 10 | F5 | 3E | 38 |
| Octal | 124 | 111 | 325 | 75 | 102 | 0 | 20 | 365 | 76 | 70 |
| Binary | 1010100 | 1001001 | 11010101 | 111101 | 1000010 | 0 | 10000 | 11110101 | 111110 | 111000 |
Color Harmonies of #5449D5
Complementary color
Monochromatic Colors of #5449D5
Black with #5449D5
Text Example
Text Example
White with #5449D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5449D5; }
p { color: rgb(84,73,213); }
H1.HeaderClassName
{
color: #5449D5;
}
.AnyTagClassName
{
color: #5449D5;
}
</style>
background-color css
<style>
a { background-color: #5449D5; }
a { background-color: rgb(84,73,213); }
div.DivClassName
{
background-color: #5449D5;
}
.BgClassName
{
background-color: #5449D5;
}
</style>
border-color css
<style>
span { border-color: #5449D5; }
span { border-color: rgb(84,73,213); }
td.TdClassName
{
border-color: #5449D5;
}
.TagClassName
{
border-color: #5449D5;
}
</style>