Shades of Slate Blue #5A63CA
Tints of Slate Blue #5A63CA
RGB
CMYK
RGB Variations
Color information
#5A63CA (or 0x5A63CA) is known color: Slate Blue. HEX triplet: 5A, 63 and CA. RGB value is (90,99,202). Sum of RGB (Red+Green+Blue) = 90+99+202=391 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.02% from 391); Green value is 99 (39.06% from 255 or 25.32% from 391); Blue value is 202 (79.30% from 255 or 51.66% from 391); Max value from RGB is 202 - color contains mainly: blue. Hex color #5A63CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A63CA is #A59C35. Grayscale: #6B6B6B. Windows color (decimal): -10853430 or 13263706. OLE color: 13263706.
HSL color Cylindrical-coordinate representation of color #5A63CA: hue angle of 235.18º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A63CA is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 99 | 202 | - |
| CMYK | 0.55 | 0.51 | 0 | 0.21 |
| HSL | 235.18º | 0.51% | 0.57% | - |
| HSV(B) | 235.18º | 0.55% | 0.79% | - |
| XYZ | 19.34 | 15.36 | 57.82 | - |
| YUV | 108.05 | 181.02 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 99 | 202 | 0.55 | 0.51 | 0 | 0.21 | 235.18 | 0.51 | 0.57 |
| Hex | 5A | 63 | CA | 37 | 33 | 0 | 15 | EB | 33 | 39 |
| Octal | 132 | 143 | 312 | 67 | 63 | 0 | 25 | 353 | 63 | 71 |
| Binary | 1011010 | 1100011 | 11001010 | 110111 | 110011 | 0 | 10101 | 11101011 | 110011 | 111001 |
Color Harmonies of #5A63CA
Complementary color
Monochromatic Colors of #5A63CA
Black with #5A63CA
Text Example
Text Example
White with #5A63CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A63CA; }
p { color: rgb(90,99,202); }
H1.HeaderClassName
{
color: #5A63CA;
}
.AnyTagClassName
{
color: #5A63CA;
}
</style>
background-color css
<style>
a { background-color: #5A63CA; }
a { background-color: rgb(90,99,202); }
div.DivClassName
{
background-color: #5A63CA;
}
.BgClassName
{
background-color: #5A63CA;
}
</style>
border-color css
<style>
span { border-color: #5A63CA; }
span { border-color: rgb(90,99,202); }
td.TdClassName
{
border-color: #5A63CA;
}
.TagClassName
{
border-color: #5A63CA;
}
</style>