Shades of Slate Blue #5B51CB
Tints of Slate Blue #5B51CB
RGB
CMYK
RGB Variations
Color information
#5B51CB (or 0x5B51CB) is known color: Slate Blue. HEX triplet: 5B, 51 and CB. RGB value is (91,81,203). Sum of RGB (Red+Green+Blue) = 91+81+203=375 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.27% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #5B51CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B51CB is #A4AE34. Grayscale: #616161. Windows color (decimal): -10792501 or 13324635. OLE color: 13324635.
HSL color Cylindrical-coordinate representation of color #5B51CB: hue angle of 244.92º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5B51CB is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 81 | 203 | - |
| CMYK | 0.55 | 0.60 | 0 | 0.20 |
| HSL | 244.92º | 0.54% | 0.56% | - |
| HSV(B) | 244.92º | 0.6% | 0.8% | - |
| XYZ | 18.04 | 12.42 | 57.95 | - |
| YUV | 97.9 | 187.31 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 81 | 203 | 0.55 | 0.60 | 0 | 0.20 | 244.92 | 0.54 | 0.56 |
| Hex | 5B | 51 | CB | 37 | 3C | 0 | 14 | F5 | 36 | 38 |
| Octal | 133 | 121 | 313 | 67 | 74 | 0 | 24 | 365 | 66 | 70 |
| Binary | 1011011 | 1010001 | 11001011 | 110111 | 111100 | 0 | 10100 | 11110101 | 110110 | 111000 |
Color Harmonies of #5B51CB
Complementary color
Monochromatic Colors of #5B51CB
Black with #5B51CB
Text Example
Text Example
White with #5B51CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B51CB; }
p { color: rgb(91,81,203); }
H1.HeaderClassName
{
color: #5B51CB;
}
.AnyTagClassName
{
color: #5B51CB;
}
</style>
background-color css
<style>
a { background-color: #5B51CB; }
a { background-color: rgb(91,81,203); }
div.DivClassName
{
background-color: #5B51CB;
}
.BgClassName
{
background-color: #5B51CB;
}
</style>
border-color css
<style>
span { border-color: #5B51CB; }
span { border-color: rgb(91,81,203); }
td.TdClassName
{
border-color: #5B51CB;
}
.TagClassName
{
border-color: #5B51CB;
}
</style>