Shades of Slate Blue #5B43DE
Tints of Slate Blue #5B43DE
RGB
CMYK
RGB Variations
Color information
#5B43DE (or 0x5B43DE) is known color: Slate Blue. HEX triplet: 5B, 43 and DE. RGB value is (91,67,222). Sum of RGB (Red+Green+Blue) = 91+67+222=380 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.95% from 380); Green value is 67 (26.56% from 255 or 17.63% from 380); Blue value is 222 (87.11% from 255 or 58.42% from 380); Max value from RGB is 222 - color contains mainly: blue. Hex color #5B43DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B43DE is #A4BC21. Grayscale: #5B5B5B. Windows color (decimal): -10796066 or 14566235. OLE color: 14566235.
HSL color Cylindrical-coordinate representation of color #5B43DE: hue angle of 249.29º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5B43DE is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 67 | 222 | - |
| CMYK | 0.59 | 0.70 | 0 | 0.13 |
| HSL | 249.29º | 0.7% | 0.57% | - |
| HSV(B) | 249.29º | 0.7% | 0.87% | - |
| XYZ | 19.51 | 11.51 | 70.3 | - |
| YUV | 91.85 | 201.45 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 67 | 222 | 0.59 | 0.70 | 0 | 0.13 | 249.29 | 0.7 | 0.57 |
| Hex | 5B | 43 | DE | 3B | 46 | 0 | D | F9 | 46 | 39 |
| Octal | 133 | 103 | 336 | 73 | 106 | 0 | 15 | 371 | 106 | 71 |
| Binary | 1011011 | 1000011 | 11011110 | 111011 | 1000110 | 0 | 1101 | 11111001 | 1000110 | 111001 |
Color Harmonies of #5B43DE
Complementary color
Monochromatic Colors of #5B43DE
Black with #5B43DE
Text Example
Text Example
White with #5B43DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B43DE; }
p { color: rgb(91,67,222); }
H1.HeaderClassName
{
color: #5B43DE;
}
.AnyTagClassName
{
color: #5B43DE;
}
</style>
background-color css
<style>
a { background-color: #5B43DE; }
a { background-color: rgb(91,67,222); }
div.DivClassName
{
background-color: #5B43DE;
}
.BgClassName
{
background-color: #5B43DE;
}
</style>
border-color css
<style>
span { border-color: #5B43DE; }
span { border-color: rgb(91,67,222); }
td.TdClassName
{
border-color: #5B43DE;
}
.TagClassName
{
border-color: #5B43DE;
}
</style>