Shades of Slate Blue #5C4EDB
Tints of Slate Blue #5C4EDB
RGB
CMYK
RGB Variations
Color information
#5C4EDB (or 0x5C4EDB) is known color: Slate Blue. HEX triplet: 5C, 4E and DB. RGB value is (92,78,219). Sum of RGB (Red+Green+Blue) = 92+78+219=389 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.65% from 389); Green value is 78 (30.86% from 255 or 20.05% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #5C4EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C4EDB is #A3B124. Grayscale: #616161. Windows color (decimal): -10727717 or 14372444. OLE color: 14372444.
HSL color Cylindrical-coordinate representation of color #5C4EDB: hue angle of 245.96º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5C4EDB is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 78 | 219 | - |
| CMYK | 0.58 | 0.64 | 0 | 0.14 |
| HSL | 245.96º | 0.66% | 0.58% | - |
| HSV(B) | 245.96º | 0.64% | 0.86% | - |
| XYZ | 19.92 | 12.84 | 68.45 | - |
| YUV | 98.26 | 196.14 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 78 | 219 | 0.58 | 0.64 | 0 | 0.14 | 245.96 | 0.66 | 0.58 |
| Hex | 5C | 4E | DB | 3A | 40 | 0 | E | F6 | 42 | 3A |
| Octal | 134 | 116 | 333 | 72 | 100 | 0 | 16 | 366 | 102 | 72 |
| Binary | 1011100 | 1001110 | 11011011 | 111010 | 1000000 | 0 | 1110 | 11110110 | 1000010 | 111010 |
Color Harmonies of #5C4EDB
Complementary color
Monochromatic Colors of #5C4EDB
Black with #5C4EDB
Text Example
Text Example
White with #5C4EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4EDB; }
p { color: rgb(92,78,219); }
H1.HeaderClassName
{
color: #5C4EDB;
}
.AnyTagClassName
{
color: #5C4EDB;
}
</style>
background-color css
<style>
a { background-color: #5C4EDB; }
a { background-color: rgb(92,78,219); }
div.DivClassName
{
background-color: #5C4EDB;
}
.BgClassName
{
background-color: #5C4EDB;
}
</style>
border-color css
<style>
span { border-color: #5C4EDB; }
span { border-color: rgb(92,78,219); }
td.TdClassName
{
border-color: #5C4EDB;
}
.TagClassName
{
border-color: #5C4EDB;
}
</style>