Shades of Slate Blue #5C4FD6
Tints of Slate Blue #5C4FD6
RGB
CMYK
RGB Variations
Color information
#5C4FD6 (or 0x5C4FD6) is known color: Slate Blue. HEX triplet: 5C, 4F and D6. RGB value is (92,79,214). Sum of RGB (Red+Green+Blue) = 92+79+214=385 (50% of max value = 765). Red value is 92 (36.33% from 255 or 23.90% from 385); Green value is 79 (31.25% from 255 or 20.52% from 385); Blue value is 214 (83.98% from 255 or 55.58% from 385); Max value from RGB is 214 - color contains mainly: blue. Hex color #5C4FD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C4FD6 is #A3B029. Grayscale: #616161. Windows color (decimal): -10727466 or 14045020. OLE color: 14045020.
HSL color Cylindrical-coordinate representation of color #5C4FD6: hue angle of 245.78º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5C4FD6 is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 92 | 79 | 214 | - |
| CMYK | 0.57 | 0.63 | 0 | 0.16 |
| HSL | 245.78º | 0.62% | 0.57% | - |
| HSV(B) | 245.78º | 0.63% | 0.84% | - |
| XYZ | 19.35 | 12.72 | 65.05 | - |
| YUV | 98.28 | 193.31 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 79 | 214 | 0.57 | 0.63 | 0 | 0.16 | 245.78 | 0.62 | 0.57 |
| Hex | 5C | 4F | D6 | 39 | 3F | 0 | 10 | F6 | 3E | 39 |
| Octal | 134 | 117 | 326 | 71 | 77 | 0 | 20 | 366 | 76 | 71 |
| Binary | 1011100 | 1001111 | 11010110 | 111001 | 111111 | 0 | 10000 | 11110110 | 111110 | 111001 |
Color Harmonies of #5C4FD6
Complementary color
Monochromatic Colors of #5C4FD6
Black with #5C4FD6
Text Example
Text Example
White with #5C4FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4FD6; }
p { color: rgb(92,79,214); }
H1.HeaderClassName
{
color: #5C4FD6;
}
.AnyTagClassName
{
color: #5C4FD6;
}
</style>
background-color css
<style>
a { background-color: #5C4FD6; }
a { background-color: rgb(92,79,214); }
div.DivClassName
{
background-color: #5C4FD6;
}
.BgClassName
{
background-color: #5C4FD6;
}
</style>
border-color css
<style>
span { border-color: #5C4FD6; }
span { border-color: rgb(92,79,214); }
td.TdClassName
{
border-color: #5C4FD6;
}
.TagClassName
{
border-color: #5C4FD6;
}
</style>