Shades of Slate Blue #5B48DC
Tints of Slate Blue #5B48DC
RGB
CMYK
RGB Variations
Color information
#5B48DC (or 0x5B48DC) is known color: Slate Blue. HEX triplet: 5B, 48 and DC. RGB value is (91,72,220). Sum of RGB (Red+Green+Blue) = 91+72+220=383 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.76% from 383); Green value is 72 (28.52% from 255 or 18.80% from 383); Blue value is 220 (86.33% from 255 or 57.44% from 383); Max value from RGB is 220 - color contains mainly: blue. Hex color #5B48DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B48DC is #A4B723. Grayscale: #5D5D5D. Windows color (decimal): -10794788 or 14436443. OLE color: 14436443.
HSL color Cylindrical-coordinate representation of color #5B48DC: hue angle of 247.7º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B48DC is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 72 | 220 | - |
| CMYK | 0.59 | 0.67 | 0 | 0.14 |
| HSL | 247.7º | 0.68% | 0.57% | - |
| HSV(B) | 247.7º | 0.67% | 0.86% | - |
| XYZ | 19.55 | 12.03 | 69 | - |
| YUV | 94.55 | 198.79 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 72 | 220 | 0.59 | 0.67 | 0 | 0.14 | 247.7 | 0.68 | 0.57 |
| Hex | 5B | 48 | DC | 3B | 43 | 0 | E | F8 | 44 | 39 |
| Octal | 133 | 110 | 334 | 73 | 103 | 0 | 16 | 370 | 104 | 71 |
| Binary | 1011011 | 1001000 | 11011100 | 111011 | 1000011 | 0 | 1110 | 11111000 | 1000100 | 111001 |
Color Harmonies of #5B48DC
Complementary color
Monochromatic Colors of #5B48DC
Black with #5B48DC
Text Example
Text Example
White with #5B48DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B48DC; }
p { color: rgb(91,72,220); }
H1.HeaderClassName
{
color: #5B48DC;
}
.AnyTagClassName
{
color: #5B48DC;
}
</style>
background-color css
<style>
a { background-color: #5B48DC; }
a { background-color: rgb(91,72,220); }
div.DivClassName
{
background-color: #5B48DC;
}
.BgClassName
{
background-color: #5B48DC;
}
</style>
border-color css
<style>
span { border-color: #5B48DC; }
span { border-color: rgb(91,72,220); }
td.TdClassName
{
border-color: #5B48DC;
}
.TagClassName
{
border-color: #5B48DC;
}
</style>