Shades of Slate Blue #5C4CDA
Tints of Slate Blue #5C4CDA
RGB
CMYK
RGB Variations
Color information
#5C4CDA (or 0x5C4CDA) is known color: Slate Blue. HEX triplet: 5C, 4C and DA. RGB value is (92,76,218). Sum of RGB (Red+Green+Blue) = 92+76+218=386 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.83% from 386); Green value is 76 (30.08% from 255 or 19.69% from 386); Blue value is 218 (85.55% from 255 or 56.48% from 386); Max value from RGB is 218 - color contains mainly: blue. Hex color #5C4CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C4CDA is #A3B325. Grayscale: #606060. Windows color (decimal): -10728230 or 14306396. OLE color: 14306396.
HSL color Cylindrical-coordinate representation of color #5C4CDA: hue angle of 246.76º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5C4CDA is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 92 | 76 | 218 | - |
| CMYK | 0.58 | 0.65 | 0 | 0.15 |
| HSL | 246.76º | 0.66% | 0.58% | - |
| HSV(B) | 246.76º | 0.65% | 0.85% | - |
| XYZ | 19.65 | 12.51 | 67.71 | - |
| YUV | 96.97 | 196.3 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 76 | 218 | 0.58 | 0.65 | 0 | 0.15 | 246.76 | 0.66 | 0.58 |
| Hex | 5C | 4C | DA | 3A | 41 | 0 | F | F7 | 42 | 3A |
| Octal | 134 | 114 | 332 | 72 | 101 | 0 | 17 | 367 | 102 | 72 |
| Binary | 1011100 | 1001100 | 11011010 | 111010 | 1000001 | 0 | 1111 | 11110111 | 1000010 | 111010 |
Color Harmonies of #5C4CDA
Complementary color
Monochromatic Colors of #5C4CDA
Black with #5C4CDA
Text Example
Text Example
White with #5C4CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4CDA; }
p { color: rgb(92,76,218); }
H1.HeaderClassName
{
color: #5C4CDA;
}
.AnyTagClassName
{
color: #5C4CDA;
}
</style>
background-color css
<style>
a { background-color: #5C4CDA; }
a { background-color: rgb(92,76,218); }
div.DivClassName
{
background-color: #5C4CDA;
}
.BgClassName
{
background-color: #5C4CDA;
}
</style>
border-color css
<style>
span { border-color: #5C4CDA; }
span { border-color: rgb(92,76,218); }
td.TdClassName
{
border-color: #5C4CDA;
}
.TagClassName
{
border-color: #5C4CDA;
}
</style>