Shades of Slate Blue #5A61DA
Tints of Slate Blue #5A61DA
RGB
CMYK
RGB Variations
Color information
#5A61DA (or 0x5A61DA) is known color: Slate Blue. HEX triplet: 5A, 61 and DA. RGB value is (90,97,218). Sum of RGB (Red+Green+Blue) = 90+97+218=405 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.22% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 218 (85.55% from 255 or 53.83% from 405); Max value from RGB is 218 - color contains mainly: blue. Hex color #5A61DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A61DA is #A59E25. Grayscale: #6C6C6C. Windows color (decimal): -10853926 or 14311770. OLE color: 14311770.
HSL color Cylindrical-coordinate representation of color #5A61DA: hue angle of 236.72º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A61DA is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 97 | 218 | - |
| CMYK | 0.59 | 0.56 | 0 | 0.15 |
| HSL | 236.72º | 0.63% | 0.6% | - |
| HSV(B) | 236.72º | 0.59% | 0.85% | - |
| XYZ | 21.15 | 15.79 | 68.26 | - |
| YUV | 108.7 | 189.68 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 97 | 218 | 0.59 | 0.56 | 0 | 0.15 | 236.72 | 0.63 | 0.6 |
| Hex | 5A | 61 | DA | 3B | 38 | 0 | F | ED | 3F | 3C |
| Octal | 132 | 141 | 332 | 73 | 70 | 0 | 17 | 355 | 77 | 74 |
| Binary | 1011010 | 1100001 | 11011010 | 111011 | 111000 | 0 | 1111 | 11101101 | 111111 | 111100 |
Color Harmonies of #5A61DA
Complementary color
Monochromatic Colors of #5A61DA
Black with #5A61DA
Text Example
Text Example
White with #5A61DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A61DA; }
p { color: rgb(90,97,218); }
H1.HeaderClassName
{
color: #5A61DA;
}
.AnyTagClassName
{
color: #5A61DA;
}
</style>
background-color css
<style>
a { background-color: #5A61DA; }
a { background-color: rgb(90,97,218); }
div.DivClassName
{
background-color: #5A61DA;
}
.BgClassName
{
background-color: #5A61DA;
}
</style>
border-color css
<style>
span { border-color: #5A61DA; }
span { border-color: rgb(90,97,218); }
td.TdClassName
{
border-color: #5A61DA;
}
.TagClassName
{
border-color: #5A61DA;
}
</style>