Shades of Slate Blue #5450DD
Tints of Slate Blue #5450DD
RGB
CMYK
RGB Variations
Color information
#5450DD (or 0x5450DD) is known color: Slate Blue. HEX triplet: 54, 50 and DD. RGB value is (84,80,221). Sum of RGB (Red+Green+Blue) = 84+80+221=385 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.82% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #5450DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5450DD is #ABAF22. Grayscale: #606060. Windows color (decimal): -11251491 or 14504020. OLE color: 14504020.
HSL color Cylindrical-coordinate representation of color #5450DD: hue angle of 241.7º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5450DD is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 80 | 221 | - |
| CMYK | 0.62 | 0.64 | 0 | 0.13 |
| HSL | 241.7º | 0.67% | 0.59% | - |
| HSV(B) | 241.7º | 0.64% | 0.87% | - |
| XYZ | 19.58 | 12.84 | 69.85 | - |
| YUV | 97.27 | 197.83 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 80 | 221 | 0.62 | 0.64 | 0 | 0.13 | 241.7 | 0.67 | 0.59 |
| Hex | 54 | 50 | DD | 3E | 40 | 0 | D | F2 | 43 | 3B |
| Octal | 124 | 120 | 335 | 76 | 100 | 0 | 15 | 362 | 103 | 73 |
| Binary | 1010100 | 1010000 | 11011101 | 111110 | 1000000 | 0 | 1101 | 11110010 | 1000011 | 111011 |
Color Harmonies of #5450DD
Complementary color
Monochromatic Colors of #5450DD
Black with #5450DD
Text Example
Text Example
White with #5450DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5450DD; }
p { color: rgb(84,80,221); }
H1.HeaderClassName
{
color: #5450DD;
}
.AnyTagClassName
{
color: #5450DD;
}
</style>
background-color css
<style>
a { background-color: #5450DD; }
a { background-color: rgb(84,80,221); }
div.DivClassName
{
background-color: #5450DD;
}
.BgClassName
{
background-color: #5450DD;
}
</style>
border-color css
<style>
span { border-color: #5450DD; }
span { border-color: rgb(84,80,221); }
td.TdClassName
{
border-color: #5450DD;
}
.TagClassName
{
border-color: #5450DD;
}
</style>