Shades of Slate Blue #5B63CB
Tints of Slate Blue #5B63CB
RGB
CMYK
RGB Variations
Color information
#5B63CB (or 0x5B63CB) is known color: Slate Blue. HEX triplet: 5B, 63 and CB. RGB value is (91,99,203). Sum of RGB (Red+Green+Blue) = 91+99+203=393 (52% of max value = 765). Red value is 91 (35.94% from 255 or 23.16% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #5B63CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B63CB is #A49C34. Grayscale: #6C6C6C. Windows color (decimal): -10787893 or 13329243. OLE color: 13329243.
HSL color Cylindrical-coordinate representation of color #5B63CB: hue angle of 235.71º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B63CB is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 99 | 203 | - |
| CMYK | 0.55 | 0.51 | 0 | 0.20 |
| HSL | 235.71º | 0.52% | 0.58% | - |
| HSV(B) | 235.71º | 0.55% | 0.8% | - |
| XYZ | 19.56 | 15.46 | 58.45 | - |
| YUV | 108.46 | 181.35 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 99 | 203 | 0.55 | 0.51 | 0 | 0.20 | 235.71 | 0.52 | 0.58 |
| Hex | 5B | 63 | CB | 37 | 33 | 0 | 14 | EC | 34 | 3A |
| Octal | 133 | 143 | 313 | 67 | 63 | 0 | 24 | 354 | 64 | 72 |
| Binary | 1011011 | 1100011 | 11001011 | 110111 | 110011 | 0 | 10100 | 11101100 | 110100 | 111010 |
Color Harmonies of #5B63CB
Complementary color
Monochromatic Colors of #5B63CB
Black with #5B63CB
Text Example
Text Example
White with #5B63CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B63CB; }
p { color: rgb(91,99,203); }
H1.HeaderClassName
{
color: #5B63CB;
}
.AnyTagClassName
{
color: #5B63CB;
}
</style>
background-color css
<style>
a { background-color: #5B63CB; }
a { background-color: rgb(91,99,203); }
div.DivClassName
{
background-color: #5B63CB;
}
.BgClassName
{
background-color: #5B63CB;
}
</style>
border-color css
<style>
span { border-color: #5B63CB; }
span { border-color: rgb(91,99,203); }
td.TdClassName
{
border-color: #5B63CB;
}
.TagClassName
{
border-color: #5B63CB;
}
</style>