Shades of Slate Blue #5445DC
Tints of Slate Blue #5445DC
RGB
CMYK
RGB Variations
Color information
#5445DC (or 0x5445DC) is known color: Slate Blue. HEX triplet: 54, 45 and DC. RGB value is (84,69,220). Sum of RGB (Red+Green+Blue) = 84+69+220=373 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.52% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 220 (86.33% from 255 or 58.98% from 373); Max value from RGB is 220 - color contains mainly: blue. Hex color #5445DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5445DC is #ABBA23. Grayscale: #5A5A5A. Windows color (decimal): -11254308 or 14435668. OLE color: 14435668.
HSL color Cylindrical-coordinate representation of color #5445DC: hue angle of 245.96º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5445DC is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 69 | 220 | - |
| CMYK | 0.62 | 0.69 | 0 | 0.14 |
| HSL | 245.96º | 0.68% | 0.57% | - |
| HSV(B) | 245.96º | 0.69% | 0.86% | - |
| XYZ | 18.7 | 11.31 | 68.91 | - |
| YUV | 90.7 | 200.97 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 69 | 220 | 0.62 | 0.69 | 0 | 0.14 | 245.96 | 0.68 | 0.57 |
| Hex | 54 | 45 | DC | 3E | 45 | 0 | E | F6 | 44 | 39 |
| Octal | 124 | 105 | 334 | 76 | 105 | 0 | 16 | 366 | 104 | 71 |
| Binary | 1010100 | 1000101 | 11011100 | 111110 | 1000101 | 0 | 1110 | 11110110 | 1000100 | 111001 |
Color Harmonies of #5445DC
Complementary color
Monochromatic Colors of #5445DC
Black with #5445DC
Text Example
Text Example
White with #5445DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5445DC; }
p { color: rgb(84,69,220); }
H1.HeaderClassName
{
color: #5445DC;
}
.AnyTagClassName
{
color: #5445DC;
}
</style>
background-color css
<style>
a { background-color: #5445DC; }
a { background-color: rgb(84,69,220); }
div.DivClassName
{
background-color: #5445DC;
}
.BgClassName
{
background-color: #5445DC;
}
</style>
border-color css
<style>
span { border-color: #5445DC; }
span { border-color: rgb(84,69,220); }
td.TdClassName
{
border-color: #5445DC;
}
.TagClassName
{
border-color: #5445DC;
}
</style>