Shades of Slate Blue #5B63CF
Tints of Slate Blue #5B63CF
RGB
CMYK
RGB Variations
Color information
#5B63CF (or 0x5B63CF) is known color: Slate Blue. HEX triplet: 5B, 63 and CF. RGB value is (91,99,207). Sum of RGB (Red+Green+Blue) = 91+99+207=397 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.92% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #5B63CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B63CF is #A49C30. Grayscale: #6C6C6C. Windows color (decimal): -10787889 or 13591387. OLE color: 13591387.
HSL color Cylindrical-coordinate representation of color #5B63CF: hue angle of 235.86º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B63CF is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 99 | 207 | - |
| CMYK | 0.56 | 0.52 | 0 | 0.19 |
| HSL | 235.86º | 0.55% | 0.58% | - |
| HSV(B) | 235.86º | 0.56% | 0.81% | - |
| XYZ | 20.04 | 15.65 | 61 | - |
| YUV | 108.92 | 183.35 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 99 | 207 | 0.56 | 0.52 | 0 | 0.19 | 235.86 | 0.55 | 0.58 |
| Hex | 5B | 63 | CF | 38 | 34 | 0 | 13 | EC | 37 | 3A |
| Octal | 133 | 143 | 317 | 70 | 64 | 0 | 23 | 354 | 67 | 72 |
| Binary | 1011011 | 1100011 | 11001111 | 111000 | 110100 | 0 | 10011 | 11101100 | 110111 | 111010 |
Color Harmonies of #5B63CF
Complementary color
Monochromatic Colors of #5B63CF
Black with #5B63CF
Text Example
Text Example
White with #5B63CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B63CF; }
p { color: rgb(91,99,207); }
H1.HeaderClassName
{
color: #5B63CF;
}
.AnyTagClassName
{
color: #5B63CF;
}
</style>
background-color css
<style>
a { background-color: #5B63CF; }
a { background-color: rgb(91,99,207); }
div.DivClassName
{
background-color: #5B63CF;
}
.BgClassName
{
background-color: #5B63CF;
}
</style>
border-color css
<style>
span { border-color: #5B63CF; }
span { border-color: rgb(91,99,207); }
td.TdClassName
{
border-color: #5B63CF;
}
.TagClassName
{
border-color: #5B63CF;
}
</style>