Shades of Slate Blue #5A47DA
Tints of Slate Blue #5A47DA
RGB
CMYK
RGB Variations
Color information
#5A47DA (or 0x5A47DA) is known color: Slate Blue. HEX triplet: 5A, 47 and DA. RGB value is (90,71,218). Sum of RGB (Red+Green+Blue) = 90+71+218=379 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.75% from 379); Green value is 71 (28.12% from 255 or 18.73% from 379); Blue value is 218 (85.55% from 255 or 57.52% from 379); Max value from RGB is 218 - color contains mainly: blue. Hex color #5A47DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A47DA is #A5B825. Grayscale: #5C5C5C. Windows color (decimal): -10860582 or 14305114. OLE color: 14305114.
HSL color Cylindrical-coordinate representation of color #5A47DA: hue angle of 247.76º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5A47DA is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 71 | 218 | - |
| CMYK | 0.59 | 0.67 | 0 | 0.15 |
| HSL | 247.76º | 0.67% | 0.57% | - |
| HSV(B) | 247.76º | 0.67% | 0.85% | - |
| XYZ | 19.12 | 11.74 | 67.59 | - |
| YUV | 93.44 | 198.29 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 71 | 218 | 0.59 | 0.67 | 0 | 0.15 | 247.76 | 0.67 | 0.57 |
| Hex | 5A | 47 | DA | 3B | 43 | 0 | F | F8 | 43 | 39 |
| Octal | 132 | 107 | 332 | 73 | 103 | 0 | 17 | 370 | 103 | 71 |
| Binary | 1011010 | 1000111 | 11011010 | 111011 | 1000011 | 0 | 1111 | 11111000 | 1000011 | 111001 |
Color Harmonies of #5A47DA
Complementary color
Monochromatic Colors of #5A47DA
Black with #5A47DA
Text Example
Text Example
White with #5A47DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A47DA; }
p { color: rgb(90,71,218); }
H1.HeaderClassName
{
color: #5A47DA;
}
.AnyTagClassName
{
color: #5A47DA;
}
</style>
background-color css
<style>
a { background-color: #5A47DA; }
a { background-color: rgb(90,71,218); }
div.DivClassName
{
background-color: #5A47DA;
}
.BgClassName
{
background-color: #5A47DA;
}
</style>
border-color css
<style>
span { border-color: #5A47DA; }
span { border-color: rgb(90,71,218); }
td.TdClassName
{
border-color: #5A47DA;
}
.TagClassName
{
border-color: #5A47DA;
}
</style>