Shades of Slate Blue #5450D9
Tints of Slate Blue #5450D9
RGB
CMYK
RGB Variations
Color information
#5450D9 (or 0x5450D9) is known color: Slate Blue. HEX triplet: 54, 50 and D9. RGB value is (84,80,217). Sum of RGB (Red+Green+Blue) = 84+80+217=381 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.05% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 217 (85.16% from 255 or 56.96% from 381); Max value from RGB is 217 - color contains mainly: blue. Hex color #5450D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5450D9 is #ABAF26. Grayscale: #606060. Windows color (decimal): -11251495 or 14241876. OLE color: 14241876.
HSL color Cylindrical-coordinate representation of color #5450D9: hue angle of 241.75º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5450D9 is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 80 | 217 | - |
| CMYK | 0.61 | 0.63 | 0 | 0.15 |
| HSL | 241.75º | 0.64% | 0.58% | - |
| HSV(B) | 241.75º | 0.63% | 0.85% | - |
| XYZ | 19.05 | 12.63 | 67.08 | - |
| YUV | 96.81 | 195.83 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 80 | 217 | 0.61 | 0.63 | 0 | 0.15 | 241.75 | 0.64 | 0.58 |
| Hex | 54 | 50 | D9 | 3D | 3F | 0 | F | F2 | 40 | 3A |
| Octal | 124 | 120 | 331 | 75 | 77 | 0 | 17 | 362 | 100 | 72 |
| Binary | 1010100 | 1010000 | 11011001 | 111101 | 111111 | 0 | 1111 | 11110010 | 1000000 | 111010 |
Color Harmonies of #5450D9
Complementary color
Monochromatic Colors of #5450D9
Black with #5450D9
Text Example
Text Example
White with #5450D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5450D9; }
p { color: rgb(84,80,217); }
H1.HeaderClassName
{
color: #5450D9;
}
.AnyTagClassName
{
color: #5450D9;
}
</style>
background-color css
<style>
a { background-color: #5450D9; }
a { background-color: rgb(84,80,217); }
div.DivClassName
{
background-color: #5450D9;
}
.BgClassName
{
background-color: #5450D9;
}
</style>
border-color css
<style>
span { border-color: #5450D9; }
span { border-color: rgb(84,80,217); }
td.TdClassName
{
border-color: #5450D9;
}
.TagClassName
{
border-color: #5450D9;
}
</style>