Shades of Slate Blue #5457DB
Tints of Slate Blue #5457DB
RGB
CMYK
RGB Variations
Color information
#5457DB (or 0x5457DB) is known color: Slate Blue. HEX triplet: 54, 57 and DB. RGB value is (84,87,219). Sum of RGB (Red+Green+Blue) = 84+87+219=390 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.54% from 390); Green value is 87 (34.38% from 255 or 22.31% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #5457DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5457DB is #ABA824. Grayscale: #646464. Windows color (decimal): -11249701 or 14374740. OLE color: 14374740.
HSL color Cylindrical-coordinate representation of color #5457DB: hue angle of 238.67º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5457DB is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 87 | 219 | - |
| CMYK | 0.62 | 0.60 | 0 | 0.14 |
| HSL | 238.67º | 0.65% | 0.59% | - |
| HSV(B) | 238.67º | 0.62% | 0.86% | - |
| XYZ | 19.85 | 13.82 | 68.64 | - |
| YUV | 101.15 | 194.51 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 87 | 219 | 0.62 | 0.60 | 0 | 0.14 | 238.67 | 0.65 | 0.59 |
| Hex | 54 | 57 | DB | 3E | 3C | 0 | E | EF | 41 | 3B |
| Octal | 124 | 127 | 333 | 76 | 74 | 0 | 16 | 357 | 101 | 73 |
| Binary | 1010100 | 1010111 | 11011011 | 111110 | 111100 | 0 | 1110 | 11101111 | 1000001 | 111011 |
Color Harmonies of #5457DB
Complementary color
Monochromatic Colors of #5457DB
Black with #5457DB
Text Example
Text Example
White with #5457DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5457DB; }
p { color: rgb(84,87,219); }
H1.HeaderClassName
{
color: #5457DB;
}
.AnyTagClassName
{
color: #5457DB;
}
</style>
background-color css
<style>
a { background-color: #5457DB; }
a { background-color: rgb(84,87,219); }
div.DivClassName
{
background-color: #5457DB;
}
.BgClassName
{
background-color: #5457DB;
}
</style>
border-color css
<style>
span { border-color: #5457DB; }
span { border-color: rgb(84,87,219); }
td.TdClassName
{
border-color: #5457DB;
}
.TagClassName
{
border-color: #5457DB;
}
</style>