Shades of Slate Blue #5B59C3
Tints of Slate Blue #5B59C3
RGB
CMYK
RGB Variations
Color information
#5B59C3 (or 0x5B59C3) is known color: Slate Blue. HEX triplet: 5B, 59 and C3. RGB value is (91,89,195). Sum of RGB (Red+Green+Blue) = 91+89+195=375 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.27% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 195 (76.56% from 255 or 52% from 375); Max value from RGB is 195 - color contains mainly: blue. Hex color #5B59C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B59C3 is #A4A63C. Grayscale: #656565. Windows color (decimal): -10790461 or 12802395. OLE color: 12802395.
HSL color Cylindrical-coordinate representation of color #5B59C3: hue angle of 241.13º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5B59C3 is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 89 | 195 | - |
| CMYK | 0.53 | 0.54 | 0 | 0.24 |
| HSL | 241.13º | 0.47% | 0.56% | - |
| HSV(B) | 241.13º | 0.54% | 0.76% | - |
| XYZ | 17.74 | 13.31 | 53.26 | - |
| YUV | 101.68 | 180.66 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 89 | 195 | 0.53 | 0.54 | 0 | 0.24 | 241.13 | 0.47 | 0.56 |
| Hex | 5B | 59 | C3 | 35 | 36 | 0 | 18 | F1 | 2F | 38 |
| Octal | 133 | 131 | 303 | 65 | 66 | 0 | 30 | 361 | 57 | 70 |
| Binary | 1011011 | 1011001 | 11000011 | 110101 | 110110 | 0 | 11000 | 11110001 | 101111 | 111000 |
Color Harmonies of #5B59C3
Complementary color
Monochromatic Colors of #5B59C3
Black with #5B59C3
Text Example
Text Example
White with #5B59C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B59C3; }
p { color: rgb(91,89,195); }
H1.HeaderClassName
{
color: #5B59C3;
}
.AnyTagClassName
{
color: #5B59C3;
}
</style>
background-color css
<style>
a { background-color: #5B59C3; }
a { background-color: rgb(91,89,195); }
div.DivClassName
{
background-color: #5B59C3;
}
.BgClassName
{
background-color: #5B59C3;
}
</style>
border-color css
<style>
span { border-color: #5B59C3; }
span { border-color: rgb(91,89,195); }
td.TdClassName
{
border-color: #5B59C3;
}
.TagClassName
{
border-color: #5B59C3;
}
</style>