Shades of Slate Blue #5A63CB
Tints of Slate Blue #5A63CB
RGB
CMYK
RGB Variations
Color information
#5A63CB (or 0x5A63CB) is known color: Slate Blue. HEX triplet: 5A, 63 and CB. RGB value is (90,99,203). Sum of RGB (Red+Green+Blue) = 90+99+203=392 (51% of max value = 765). Red value is 90 (35.55% from 255 or 22.96% from 392); Green value is 99 (39.06% from 255 or 25.26% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #5A63CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A63CB is #A59C34. Grayscale: #6B6B6B. Windows color (decimal): -10853429 or 13329242. OLE color: 13329242.
HSL color Cylindrical-coordinate representation of color #5A63CB: hue angle of 235.22º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A63CB is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 99 | 203 | - |
| CMYK | 0.56 | 0.51 | 0 | 0.20 |
| HSL | 235.22º | 0.52% | 0.57% | - |
| HSV(B) | 235.22º | 0.56% | 0.8% | - |
| XYZ | 19.46 | 15.41 | 58.45 | - |
| YUV | 108.17 | 181.52 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 99 | 203 | 0.56 | 0.51 | 0 | 0.20 | 235.22 | 0.52 | 0.57 |
| Hex | 5A | 63 | CB | 38 | 33 | 0 | 14 | EB | 34 | 39 |
| Octal | 132 | 143 | 313 | 70 | 63 | 0 | 24 | 353 | 64 | 71 |
| Binary | 1011010 | 1100011 | 11001011 | 111000 | 110011 | 0 | 10100 | 11101011 | 110100 | 111001 |
Color Harmonies of #5A63CB
Complementary color
Monochromatic Colors of #5A63CB
Black with #5A63CB
Text Example
Text Example
White with #5A63CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A63CB; }
p { color: rgb(90,99,203); }
H1.HeaderClassName
{
color: #5A63CB;
}
.AnyTagClassName
{
color: #5A63CB;
}
</style>
background-color css
<style>
a { background-color: #5A63CB; }
a { background-color: rgb(90,99,203); }
div.DivClassName
{
background-color: #5A63CB;
}
.BgClassName
{
background-color: #5A63CB;
}
</style>
border-color css
<style>
span { border-color: #5A63CB; }
span { border-color: rgb(90,99,203); }
td.TdClassName
{
border-color: #5A63CB;
}
.TagClassName
{
border-color: #5A63CB;
}
</style>