Shades of Slate Blue #5C4CD0
Tints of Slate Blue #5C4CD0
RGB
CMYK
RGB Variations
Color information
#5C4CD0 (or 0x5C4CD0) is known color: Slate Blue. HEX triplet: 5C, 4C and D0. RGB value is (92,76,208). Sum of RGB (Red+Green+Blue) = 92+76+208=376 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.47% from 376); Green value is 76 (30.08% from 255 or 20.21% from 376); Blue value is 208 (81.64% from 255 or 55.32% from 376); Max value from RGB is 208 - color contains mainly: blue. Hex color #5C4CD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C4CD0 is #A3B32F. Grayscale: #5F5F5F. Windows color (decimal): -10728240 or 13651036. OLE color: 13651036.
HSL color Cylindrical-coordinate representation of color #5C4CD0: hue angle of 247.27º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5C4CD0 is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 92 | 76 | 208 | - |
| CMYK | 0.56 | 0.63 | 0 | 0.18 |
| HSL | 247.27º | 0.58% | 0.56% | - |
| HSV(B) | 247.27º | 0.63% | 0.82% | - |
| XYZ | 18.38 | 12 | 61.02 | - |
| YUV | 95.83 | 191.3 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 76 | 208 | 0.56 | 0.63 | 0 | 0.18 | 247.27 | 0.58 | 0.56 |
| Hex | 5C | 4C | D0 | 38 | 3F | 0 | 12 | F7 | 3A | 38 |
| Octal | 134 | 114 | 320 | 70 | 77 | 0 | 22 | 367 | 72 | 70 |
| Binary | 1011100 | 1001100 | 11010000 | 111000 | 111111 | 0 | 10010 | 11110111 | 111010 | 111000 |
Color Harmonies of #5C4CD0
Complementary color
Monochromatic Colors of #5C4CD0
Black with #5C4CD0
Text Example
Text Example
White with #5C4CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4CD0; }
p { color: rgb(92,76,208); }
H1.HeaderClassName
{
color: #5C4CD0;
}
.AnyTagClassName
{
color: #5C4CD0;
}
</style>
background-color css
<style>
a { background-color: #5C4CD0; }
a { background-color: rgb(92,76,208); }
div.DivClassName
{
background-color: #5C4CD0;
}
.BgClassName
{
background-color: #5C4CD0;
}
</style>
border-color css
<style>
span { border-color: #5C4CD0; }
span { border-color: rgb(92,76,208); }
td.TdClassName
{
border-color: #5C4CD0;
}
.TagClassName
{
border-color: #5C4CD0;
}
</style>