Shades of Slate Blue #5A5BDD
Tints of Slate Blue #5A5BDD
RGB
CMYK
RGB Variations
Color information
#5A5BDD (or 0x5A5BDD) is known color: Slate Blue. HEX triplet: 5A, 5B and DD. RGB value is (90,91,221). Sum of RGB (Red+Green+Blue) = 90+91+221=402 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.39% from 402); Green value is 91 (35.94% from 255 or 22.64% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #5A5BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A5BDD is #A5A422. Grayscale: #696969. Windows color (decimal): -10855459 or 14506842. OLE color: 14506842.
HSL color Cylindrical-coordinate representation of color #5A5BDD: hue angle of 239.54º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A5BDD is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 91 | 221 | - |
| CMYK | 0.59 | 0.59 | 0 | 0.13 |
| HSL | 239.54º | 0.66% | 0.61% | - |
| HSV(B) | 239.54º | 0.59% | 0.87% | - |
| XYZ | 21.01 | 14.88 | 70.17 | - |
| YUV | 105.52 | 193.17 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 91 | 221 | 0.59 | 0.59 | 0 | 0.13 | 239.54 | 0.66 | 0.61 |
| Hex | 5A | 5B | DD | 3B | 3B | 0 | D | F0 | 42 | 3D |
| Octal | 132 | 133 | 335 | 73 | 73 | 0 | 15 | 360 | 102 | 75 |
| Binary | 1011010 | 1011011 | 11011101 | 111011 | 111011 | 0 | 1101 | 11110000 | 1000010 | 111101 |
Color Harmonies of #5A5BDD
Complementary color
Monochromatic Colors of #5A5BDD
Black with #5A5BDD
Text Example
Text Example
White with #5A5BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5BDD; }
p { color: rgb(90,91,221); }
H1.HeaderClassName
{
color: #5A5BDD;
}
.AnyTagClassName
{
color: #5A5BDD;
}
</style>
background-color css
<style>
a { background-color: #5A5BDD; }
a { background-color: rgb(90,91,221); }
div.DivClassName
{
background-color: #5A5BDD;
}
.BgClassName
{
background-color: #5A5BDD;
}
</style>
border-color css
<style>
span { border-color: #5A5BDD; }
span { border-color: rgb(90,91,221); }
td.TdClassName
{
border-color: #5A5BDD;
}
.TagClassName
{
border-color: #5A5BDD;
}
</style>