Shades of Slate Blue #5C51DB
Tints of Slate Blue #5C51DB
RGB
CMYK
RGB Variations
Color information
#5C51DB (or 0x5C51DB) is known color: Slate Blue. HEX triplet: 5C, 51 and DB. RGB value is (92,81,219). Sum of RGB (Red+Green+Blue) = 92+81+219=392 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.47% from 392); Green value is 81 (32.03% from 255 or 20.66% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #5C51DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C51DB is #A3AE24. Grayscale: #636363. Windows color (decimal): -10726949 or 14373212. OLE color: 14373212.
HSL color Cylindrical-coordinate representation of color #5C51DB: hue angle of 244.78º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5C51DB is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 81 | 219 | - |
| CMYK | 0.58 | 0.63 | 0 | 0.14 |
| HSL | 244.78º | 0.66% | 0.59% | - |
| HSV(B) | 244.78º | 0.63% | 0.86% | - |
| XYZ | 20.14 | 13.27 | 68.52 | - |
| YUV | 100.02 | 195.14 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 81 | 219 | 0.58 | 0.63 | 0 | 0.14 | 244.78 | 0.66 | 0.59 |
| Hex | 5C | 51 | DB | 3A | 3F | 0 | E | F5 | 42 | 3B |
| Octal | 134 | 121 | 333 | 72 | 77 | 0 | 16 | 365 | 102 | 73 |
| Binary | 1011100 | 1010001 | 11011011 | 111010 | 111111 | 0 | 1110 | 11110101 | 1000010 | 111011 |
Color Harmonies of #5C51DB
Complementary color
Monochromatic Colors of #5C51DB
Black with #5C51DB
Text Example
Text Example
White with #5C51DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C51DB; }
p { color: rgb(92,81,219); }
H1.HeaderClassName
{
color: #5C51DB;
}
.AnyTagClassName
{
color: #5C51DB;
}
</style>
background-color css
<style>
a { background-color: #5C51DB; }
a { background-color: rgb(92,81,219); }
div.DivClassName
{
background-color: #5C51DB;
}
.BgClassName
{
background-color: #5C51DB;
}
</style>
border-color css
<style>
span { border-color: #5C51DB; }
span { border-color: rgb(92,81,219); }
td.TdClassName
{
border-color: #5C51DB;
}
.TagClassName
{
border-color: #5C51DB;
}
</style>