Shades of Slate Blue #5A61DB
Tints of Slate Blue #5A61DB
RGB
CMYK
RGB Variations
Color information
#5A61DB (or 0x5A61DB) is known color: Slate Blue. HEX triplet: 5A, 61 and DB. RGB value is (90,97,219). Sum of RGB (Red+Green+Blue) = 90+97+219=406 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.17% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #5A61DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A61DB is #A59E24. Grayscale: #6C6C6C. Windows color (decimal): -10853925 or 14377306. OLE color: 14377306.
HSL color Cylindrical-coordinate representation of color #5A61DB: hue angle of 236.74º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A61DB is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 97 | 219 | - |
| CMYK | 0.59 | 0.56 | 0 | 0.14 |
| HSL | 236.74º | 0.64% | 0.61% | - |
| HSV(B) | 236.74º | 0.59% | 0.86% | - |
| XYZ | 21.28 | 15.84 | 68.95 | - |
| YUV | 108.82 | 190.18 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 97 | 219 | 0.59 | 0.56 | 0 | 0.14 | 236.74 | 0.64 | 0.61 |
| Hex | 5A | 61 | DB | 3B | 38 | 0 | E | ED | 40 | 3D |
| Octal | 132 | 141 | 333 | 73 | 70 | 0 | 16 | 355 | 100 | 75 |
| Binary | 1011010 | 1100001 | 11011011 | 111011 | 111000 | 0 | 1110 | 11101101 | 1000000 | 111101 |
Color Harmonies of #5A61DB
Complementary color
Monochromatic Colors of #5A61DB
Black with #5A61DB
Text Example
Text Example
White with #5A61DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A61DB; }
p { color: rgb(90,97,219); }
H1.HeaderClassName
{
color: #5A61DB;
}
.AnyTagClassName
{
color: #5A61DB;
}
</style>
background-color css
<style>
a { background-color: #5A61DB; }
a { background-color: rgb(90,97,219); }
div.DivClassName
{
background-color: #5A61DB;
}
.BgClassName
{
background-color: #5A61DB;
}
</style>
border-color css
<style>
span { border-color: #5A61DB; }
span { border-color: rgb(90,97,219); }
td.TdClassName
{
border-color: #5A61DB;
}
.TagClassName
{
border-color: #5A61DB;
}
</style>