Shades of Slate Blue #5A51DB
Tints of Slate Blue #5A51DB
RGB
CMYK
RGB Variations
Color information
#5A51DB (or 0x5A51DB) is known color: Slate Blue. HEX triplet: 5A, 51 and DB. RGB value is (90,81,219). Sum of RGB (Red+Green+Blue) = 90+81+219=390 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.08% from 390); Green value is 81 (32.03% from 255 or 20.77% 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 #5A51DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A51DB is #A5AE24. Grayscale: #626262. Windows color (decimal): -10858021 or 14373210. OLE color: 14373210.
HSL color Cylindrical-coordinate representation of color #5A51DB: hue angle of 243.91º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A51DB is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 81 | 219 | - |
| CMYK | 0.59 | 0.63 | 0 | 0.14 |
| HSL | 243.91º | 0.66% | 0.59% | - |
| HSV(B) | 243.91º | 0.63% | 0.86% | - |
| XYZ | 19.95 | 13.17 | 68.51 | - |
| YUV | 99.42 | 195.48 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 81 | 219 | 0.59 | 0.63 | 0 | 0.14 | 243.91 | 0.66 | 0.59 |
| Hex | 5A | 51 | DB | 3B | 3F | 0 | E | F4 | 42 | 3B |
| Octal | 132 | 121 | 333 | 73 | 77 | 0 | 16 | 364 | 102 | 73 |
| Binary | 1011010 | 1010001 | 11011011 | 111011 | 111111 | 0 | 1110 | 11110100 | 1000010 | 111011 |
Color Harmonies of #5A51DB
Complementary color
Monochromatic Colors of #5A51DB
Black with #5A51DB
Text Example
Text Example
White with #5A51DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A51DB; }
p { color: rgb(90,81,219); }
H1.HeaderClassName
{
color: #5A51DB;
}
.AnyTagClassName
{
color: #5A51DB;
}
</style>
background-color css
<style>
a { background-color: #5A51DB; }
a { background-color: rgb(90,81,219); }
div.DivClassName
{
background-color: #5A51DB;
}
.BgClassName
{
background-color: #5A51DB;
}
</style>
border-color css
<style>
span { border-color: #5A51DB; }
span { border-color: rgb(90,81,219); }
td.TdClassName
{
border-color: #5A51DB;
}
.TagClassName
{
border-color: #5A51DB;
}
</style>