Shades of Slate Blue #5A53DB
Tints of Slate Blue #5A53DB
RGB
CMYK
RGB Variations
Color information
#5A53DB (or 0x5A53DB) is known color: Slate Blue. HEX triplet: 5A, 53 and DB. RGB value is (90,83,219). Sum of RGB (Red+Green+Blue) = 90+83+219=392 (51% of max value = 765). Red value is 90 (35.55% from 255 or 22.96% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #5A53DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A53DB is #A5AC24. Grayscale: #646464. Windows color (decimal): -10857509 or 14373722. OLE color: 14373722.
HSL color Cylindrical-coordinate representation of color #5A53DB: hue angle of 243.09º 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 #5A53DB is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 83 | 219 | - |
| CMYK | 0.59 | 0.62 | 0 | 0.14 |
| HSL | 243.09º | 0.65% | 0.59% | - |
| HSV(B) | 243.09º | 0.62% | 0.86% | - |
| XYZ | 20.1 | 13.47 | 68.56 | - |
| YUV | 100.6 | 194.82 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 83 | 219 | 0.59 | 0.62 | 0 | 0.14 | 243.09 | 0.65 | 0.59 |
| Hex | 5A | 53 | DB | 3B | 3E | 0 | E | F3 | 41 | 3B |
| Octal | 132 | 123 | 333 | 73 | 76 | 0 | 16 | 363 | 101 | 73 |
| Binary | 1011010 | 1010011 | 11011011 | 111011 | 111110 | 0 | 1110 | 11110011 | 1000001 | 111011 |
Color Harmonies of #5A53DB
Complementary color
Monochromatic Colors of #5A53DB
Black with #5A53DB
Text Example
Text Example
White with #5A53DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A53DB; }
p { color: rgb(90,83,219); }
H1.HeaderClassName
{
color: #5A53DB;
}
.AnyTagClassName
{
color: #5A53DB;
}
</style>
background-color css
<style>
a { background-color: #5A53DB; }
a { background-color: rgb(90,83,219); }
div.DivClassName
{
background-color: #5A53DB;
}
.BgClassName
{
background-color: #5A53DB;
}
</style>
border-color css
<style>
span { border-color: #5A53DB; }
span { border-color: rgb(90,83,219); }
td.TdClassName
{
border-color: #5A53DB;
}
.TagClassName
{
border-color: #5A53DB;
}
</style>