Shades of Slate Blue #5B56DB
Tints of Slate Blue #5B56DB
RGB
CMYK
RGB Variations
Color information
#5B56DB (or 0x5B56DB) is known color: Slate Blue. HEX triplet: 5B, 56 and DB. RGB value is (91,86,219). Sum of RGB (Red+Green+Blue) = 91+86+219=396 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.98% from 396); Green value is 86 (33.98% from 255 or 21.72% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #5B56DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B56DB is #A4A924. Grayscale: #666666. Windows color (decimal): -10791205 or 14374491. OLE color: 14374491.
HSL color Cylindrical-coordinate representation of color #5B56DB: hue angle of 242.26º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5B56DB is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 86 | 219 | - |
| CMYK | 0.58 | 0.61 | 0 | 0.14 |
| HSL | 242.26º | 0.65% | 0.6% | - |
| HSV(B) | 242.26º | 0.61% | 0.86% | - |
| XYZ | 20.43 | 13.99 | 68.64 | - |
| YUV | 102.66 | 193.66 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 86 | 219 | 0.58 | 0.61 | 0 | 0.14 | 242.26 | 0.65 | 0.6 |
| Hex | 5B | 56 | DB | 3A | 3D | 0 | E | F2 | 41 | 3C |
| Octal | 133 | 126 | 333 | 72 | 75 | 0 | 16 | 362 | 101 | 74 |
| Binary | 1011011 | 1010110 | 11011011 | 111010 | 111101 | 0 | 1110 | 11110010 | 1000001 | 111100 |
Color Harmonies of #5B56DB
Complementary color
Monochromatic Colors of #5B56DB
Black with #5B56DB
Text Example
Text Example
White with #5B56DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B56DB; }
p { color: rgb(91,86,219); }
H1.HeaderClassName
{
color: #5B56DB;
}
.AnyTagClassName
{
color: #5B56DB;
}
</style>
background-color css
<style>
a { background-color: #5B56DB; }
a { background-color: rgb(91,86,219); }
div.DivClassName
{
background-color: #5B56DB;
}
.BgClassName
{
background-color: #5B56DB;
}
</style>
border-color css
<style>
span { border-color: #5B56DB; }
span { border-color: rgb(91,86,219); }
td.TdClassName
{
border-color: #5B56DB;
}
.TagClassName
{
border-color: #5B56DB;
}
</style>