Shades of Slate Blue #5B51CF
Tints of Slate Blue #5B51CF
RGB
CMYK
RGB Variations
Color information
#5B51CF (or 0x5B51CF) is known color: Slate Blue. HEX triplet: 5B, 51 and CF. RGB value is (91,81,207). Sum of RGB (Red+Green+Blue) = 91+81+207=379 (50% of max value = 765). Red value is 91 (35.94% from 255 or 24.01% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 207 (81.25% from 255 or 54.62% from 379); Max value from RGB is 207 - color contains mainly: blue. Hex color #5B51CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B51CF is #A4AE30. Grayscale: #616161. Windows color (decimal): -10792497 or 13586779. OLE color: 13586779.
HSL color Cylindrical-coordinate representation of color #5B51CF: hue angle of 244.76º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5B51CF is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 81 | 207 | - |
| CMYK | 0.56 | 0.61 | 0 | 0.19 |
| HSL | 244.76º | 0.57% | 0.56% | - |
| HSV(B) | 244.76º | 0.61% | 0.81% | - |
| XYZ | 18.52 | 12.61 | 60.49 | - |
| YUV | 98.35 | 189.31 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 81 | 207 | 0.56 | 0.61 | 0 | 0.19 | 244.76 | 0.57 | 0.56 |
| Hex | 5B | 51 | CF | 38 | 3D | 0 | 13 | F5 | 39 | 38 |
| Octal | 133 | 121 | 317 | 70 | 75 | 0 | 23 | 365 | 71 | 70 |
| Binary | 1011011 | 1010001 | 11001111 | 111000 | 111101 | 0 | 10011 | 11110101 | 111001 | 111000 |
Color Harmonies of #5B51CF
Complementary color
Monochromatic Colors of #5B51CF
Black with #5B51CF
Text Example
Text Example
White with #5B51CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B51CF; }
p { color: rgb(91,81,207); }
H1.HeaderClassName
{
color: #5B51CF;
}
.AnyTagClassName
{
color: #5B51CF;
}
</style>
background-color css
<style>
a { background-color: #5B51CF; }
a { background-color: rgb(91,81,207); }
div.DivClassName
{
background-color: #5B51CF;
}
.BgClassName
{
background-color: #5B51CF;
}
</style>
border-color css
<style>
span { border-color: #5B51CF; }
span { border-color: rgb(91,81,207); }
td.TdClassName
{
border-color: #5B51CF;
}
.TagClassName
{
border-color: #5B51CF;
}
</style>