Shades of Slate Blue #5450D5
Tints of Slate Blue #5450D5
RGB
CMYK
RGB Variations
Color information
#5450D5 (or 0x5450D5) is known color: Slate Blue. HEX triplet: 54, 50 and D5. RGB value is (84,80,213). Sum of RGB (Red+Green+Blue) = 84+80+213=377 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.28% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 213 (83.59% from 255 or 56.50% from 377); Max value from RGB is 213 - color contains mainly: blue. Hex color #5450D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5450D5 is #ABAF2A. Grayscale: #5F5F5F. Windows color (decimal): -11251499 or 13979732. OLE color: 13979732.
HSL color Cylindrical-coordinate representation of color #5450D5: hue angle of 241.8º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5450D5 is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 84 | 80 | 213 | - |
| CMYK | 0.61 | 0.62 | 0 | 0.16 |
| HSL | 241.8º | 0.61% | 0.57% | - |
| HSV(B) | 241.8º | 0.62% | 0.84% | - |
| XYZ | 18.54 | 12.43 | 64.37 | - |
| YUV | 96.36 | 193.83 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 80 | 213 | 0.61 | 0.62 | 0 | 0.16 | 241.8 | 0.61 | 0.57 |
| Hex | 54 | 50 | D5 | 3D | 3E | 0 | 10 | F2 | 3D | 39 |
| Octal | 124 | 120 | 325 | 75 | 76 | 0 | 20 | 362 | 75 | 71 |
| Binary | 1010100 | 1010000 | 11010101 | 111101 | 111110 | 0 | 10000 | 11110010 | 111101 | 111001 |
Color Harmonies of #5450D5
Complementary color
Monochromatic Colors of #5450D5
Black with #5450D5
Text Example
Text Example
White with #5450D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5450D5; }
p { color: rgb(84,80,213); }
H1.HeaderClassName
{
color: #5450D5;
}
.AnyTagClassName
{
color: #5450D5;
}
</style>
background-color css
<style>
a { background-color: #5450D5; }
a { background-color: rgb(84,80,213); }
div.DivClassName
{
background-color: #5450D5;
}
.BgClassName
{
background-color: #5450D5;
}
</style>
border-color css
<style>
span { border-color: #5450D5; }
span { border-color: rgb(84,80,213); }
td.TdClassName
{
border-color: #5450D5;
}
.TagClassName
{
border-color: #5450D5;
}
</style>