Shades of Slate Blue #5451E0
Tints of Slate Blue #5451E0
RGB
CMYK
RGB Variations
Color information
#5451E0 (or 0x5451E0) is known color: Slate Blue. HEX triplet: 54, 51 and E0. RGB value is (84,81,224). Sum of RGB (Red+Green+Blue) = 84+81+224=389 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.59% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 224 (87.89% from 255 or 57.58% from 389); Max value from RGB is 224 - color contains mainly: blue. Hex color #5451E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5451E0 is #ABAE1F. Grayscale: #616161. Windows color (decimal): -11251232 or 14700884. OLE color: 14700884.
HSL color Cylindrical-coordinate representation of color #5451E0: hue angle of 241.26º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5451E0 is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 81 | 224 | - |
| CMYK | 0.62 | 0.64 | 0 | 0.12 |
| HSL | 241.26º | 0.7% | 0.6% | - |
| HSV(B) | 241.26º | 0.64% | 0.88% | - |
| XYZ | 20.05 | 13.15 | 72 | - |
| YUV | 98.2 | 198.99 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 81 | 224 | 0.62 | 0.64 | 0 | 0.12 | 241.26 | 0.7 | 0.6 |
| Hex | 54 | 51 | E0 | 3E | 40 | 0 | C | F1 | 46 | 3C |
| Octal | 124 | 121 | 340 | 76 | 100 | 0 | 14 | 361 | 106 | 74 |
| Binary | 1010100 | 1010001 | 11100000 | 111110 | 1000000 | 0 | 1100 | 11110001 | 1000110 | 111100 |
Color Harmonies of #5451E0
Complementary color
Monochromatic Colors of #5451E0
Black with #5451E0
Text Example
Text Example
White with #5451E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5451E0; }
p { color: rgb(84,81,224); }
H1.HeaderClassName
{
color: #5451E0;
}
.AnyTagClassName
{
color: #5451E0;
}
</style>
background-color css
<style>
a { background-color: #5451E0; }
a { background-color: rgb(84,81,224); }
div.DivClassName
{
background-color: #5451E0;
}
.BgClassName
{
background-color: #5451E0;
}
</style>
border-color css
<style>
span { border-color: #5451E0; }
span { border-color: rgb(84,81,224); }
td.TdClassName
{
border-color: #5451E0;
}
.TagClassName
{
border-color: #5451E0;
}
</style>