Shades of Slate Blue #5456DC
Tints of Slate Blue #5456DC
RGB
CMYK
RGB Variations
Color information
#5456DC (or 0x5456DC) is known color: Slate Blue. HEX triplet: 54, 56 and DC. RGB value is (84,86,220). Sum of RGB (Red+Green+Blue) = 84+86+220=390 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.54% from 390); Green value is 86 (33.98% from 255 or 22.05% from 390); Blue value is 220 (86.33% from 255 or 56.41% from 390); Max value from RGB is 220 - color contains mainly: blue. Hex color #5456DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5456DC is #ABA923. Grayscale: #646464. Windows color (decimal): -11249956 or 14440020. OLE color: 14440020.
HSL color Cylindrical-coordinate representation of color #5456DC: hue angle of 239.12º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5456DC is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 86 | 220 | - |
| CMYK | 0.62 | 0.61 | 0 | 0.14 |
| HSL | 239.12º | 0.66% | 0.6% | - |
| HSV(B) | 239.12º | 0.62% | 0.86% | - |
| XYZ | 19.9 | 13.71 | 69.31 | - |
| YUV | 100.68 | 195.34 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 86 | 220 | 0.62 | 0.61 | 0 | 0.14 | 239.12 | 0.66 | 0.6 |
| Hex | 54 | 56 | DC | 3E | 3D | 0 | E | EF | 42 | 3C |
| Octal | 124 | 126 | 334 | 76 | 75 | 0 | 16 | 357 | 102 | 74 |
| Binary | 1010100 | 1010110 | 11011100 | 111110 | 111101 | 0 | 1110 | 11101111 | 1000010 | 111100 |
Color Harmonies of #5456DC
Complementary color
Monochromatic Colors of #5456DC
Black with #5456DC
Text Example
Text Example
White with #5456DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5456DC; }
p { color: rgb(84,86,220); }
H1.HeaderClassName
{
color: #5456DC;
}
.AnyTagClassName
{
color: #5456DC;
}
</style>
background-color css
<style>
a { background-color: #5456DC; }
a { background-color: rgb(84,86,220); }
div.DivClassName
{
background-color: #5456DC;
}
.BgClassName
{
background-color: #5456DC;
}
</style>
border-color css
<style>
span { border-color: #5456DC; }
span { border-color: rgb(84,86,220); }
td.TdClassName
{
border-color: #5456DC;
}
.TagClassName
{
border-color: #5456DC;
}
</style>