Shades of Slate Blue #5B43E0
Tints of Slate Blue #5B43E0
RGB
CMYK
RGB Variations
Color information
#5B43E0 (or 0x5B43E0) is known color: Slate Blue. HEX triplet: 5B, 43 and E0. RGB value is (91,67,224). Sum of RGB (Red+Green+Blue) = 91+67+224=382 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.82% from 382); Green value is 67 (26.56% from 255 or 17.54% from 382); Blue value is 224 (87.89% from 255 or 58.64% from 382); Max value from RGB is 224 - color contains mainly: blue. Hex color #5B43E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B43E0 is #A4BC1F. Grayscale: #5B5B5B. Windows color (decimal): -10796064 or 14697307. OLE color: 14697307.
HSL color Cylindrical-coordinate representation of color #5B43E0: hue angle of 249.17º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5B43E0 is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 91 | 67 | 224 | - |
| CMYK | 0.59 | 0.70 | 0 | 0.12 |
| HSL | 249.17º | 0.72% | 0.57% | - |
| HSV(B) | 249.17º | 0.7% | 0.88% | - |
| XYZ | 19.78 | 11.62 | 71.72 | - |
| YUV | 92.07 | 202.45 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 67 | 224 | 0.59 | 0.70 | 0 | 0.12 | 249.17 | 0.72 | 0.57 |
| Hex | 5B | 43 | E0 | 3B | 46 | 0 | C | F9 | 48 | 39 |
| Octal | 133 | 103 | 340 | 73 | 106 | 0 | 14 | 371 | 110 | 71 |
| Binary | 1011011 | 1000011 | 11100000 | 111011 | 1000110 | 0 | 1100 | 11111001 | 1001000 | 111001 |
Color Harmonies of #5B43E0
Complementary color
Monochromatic Colors of #5B43E0
Black with #5B43E0
Text Example
Text Example
White with #5B43E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B43E0; }
p { color: rgb(91,67,224); }
H1.HeaderClassName
{
color: #5B43E0;
}
.AnyTagClassName
{
color: #5B43E0;
}
</style>
background-color css
<style>
a { background-color: #5B43E0; }
a { background-color: rgb(91,67,224); }
div.DivClassName
{
background-color: #5B43E0;
}
.BgClassName
{
background-color: #5B43E0;
}
</style>
border-color css
<style>
span { border-color: #5B43E0; }
span { border-color: rgb(91,67,224); }
td.TdClassName
{
border-color: #5B43E0;
}
.TagClassName
{
border-color: #5B43E0;
}
</style>