Shades of Slate Blue #5C4FDB
Tints of Slate Blue #5C4FDB
RGB
CMYK
RGB Variations
Color information
#5C4FDB (or 0x5C4FDB) is known color: Slate Blue. HEX triplet: 5C, 4F and DB. RGB value is (92,79,219). Sum of RGB (Red+Green+Blue) = 92+79+219=390 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.59% from 390); Green value is 79 (31.25% from 255 or 20.26% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #5C4FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C4FDB is #A3B024. Grayscale: #626262. Windows color (decimal): -10727461 or 14372700. OLE color: 14372700.
HSL color Cylindrical-coordinate representation of color #5C4FDB: hue angle of 245.57º 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 #5C4FDB is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 79 | 219 | - |
| CMYK | 0.58 | 0.64 | 0 | 0.14 |
| HSL | 245.57º | 0.66% | 0.58% | - |
| HSV(B) | 245.57º | 0.64% | 0.86% | - |
| XYZ | 20 | 12.98 | 68.47 | - |
| YUV | 98.85 | 195.81 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 79 | 219 | 0.58 | 0.64 | 0 | 0.14 | 245.57 | 0.66 | 0.58 |
| Hex | 5C | 4F | DB | 3A | 40 | 0 | E | F6 | 42 | 3A |
| Octal | 134 | 117 | 333 | 72 | 100 | 0 | 16 | 366 | 102 | 72 |
| Binary | 1011100 | 1001111 | 11011011 | 111010 | 1000000 | 0 | 1110 | 11110110 | 1000010 | 111010 |
Color Harmonies of #5C4FDB
Complementary color
Monochromatic Colors of #5C4FDB
Black with #5C4FDB
Text Example
Text Example
White with #5C4FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4FDB; }
p { color: rgb(92,79,219); }
H1.HeaderClassName
{
color: #5C4FDB;
}
.AnyTagClassName
{
color: #5C4FDB;
}
</style>
background-color css
<style>
a { background-color: #5C4FDB; }
a { background-color: rgb(92,79,219); }
div.DivClassName
{
background-color: #5C4FDB;
}
.BgClassName
{
background-color: #5C4FDB;
}
</style>
border-color css
<style>
span { border-color: #5C4FDB; }
span { border-color: rgb(92,79,219); }
td.TdClassName
{
border-color: #5C4FDB;
}
.TagClassName
{
border-color: #5C4FDB;
}
</style>