Shades of Slate Blue #5B50C1
Tints of Slate Blue #5B50C1
RGB
CMYK
RGB Variations
Color information
#5B50C1 (or 0x5B50C1) is known color: Slate Blue. HEX triplet: 5B, 50 and C1. RGB value is (91,80,193). Sum of RGB (Red+Green+Blue) = 91+80+193=364 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 193 (75.78% from 255 or 53.02% from 364); Max value from RGB is 193 - color contains mainly: blue. Hex color #5B50C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B50C1 is #A4AF3E. Grayscale: #5F5F5F. Windows color (decimal): -10792767 or 12669019. OLE color: 12669019.
HSL color Cylindrical-coordinate representation of color #5B50C1: hue angle of 245.84º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B50C1 is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 80 | 193 | - |
| CMYK | 0.53 | 0.59 | 0 | 0.24 |
| HSL | 245.84º | 0.48% | 0.54% | - |
| HSV(B) | 245.84º | 0.59% | 0.76% | - |
| XYZ | 16.81 | 11.81 | 51.85 | - |
| YUV | 96.17 | 182.64 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 80 | 193 | 0.53 | 0.59 | 0 | 0.24 | 245.84 | 0.48 | 0.54 |
| Hex | 5B | 50 | C1 | 35 | 3B | 0 | 18 | F6 | 30 | 36 |
| Octal | 133 | 120 | 301 | 65 | 73 | 0 | 30 | 366 | 60 | 66 |
| Binary | 1011011 | 1010000 | 11000001 | 110101 | 111011 | 0 | 11000 | 11110110 | 110000 | 110110 |
Color Harmonies of #5B50C1
Complementary color
Monochromatic Colors of #5B50C1
Black with #5B50C1
Text Example
Text Example
White with #5B50C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B50C1; }
p { color: rgb(91,80,193); }
H1.HeaderClassName
{
color: #5B50C1;
}
.AnyTagClassName
{
color: #5B50C1;
}
</style>
background-color css
<style>
a { background-color: #5B50C1; }
a { background-color: rgb(91,80,193); }
div.DivClassName
{
background-color: #5B50C1;
}
.BgClassName
{
background-color: #5B50C1;
}
</style>
border-color css
<style>
span { border-color: #5B50C1; }
span { border-color: rgb(91,80,193); }
td.TdClassName
{
border-color: #5B50C1;
}
.TagClassName
{
border-color: #5B50C1;
}
</style>