Shades of Slate Blue #5C4CD2
Tints of Slate Blue #5C4CD2
RGB
CMYK
RGB Variations
Color information
#5C4CD2 (or 0x5C4CD2) is known color: Slate Blue. HEX triplet: 5C, 4C and D2. RGB value is (92,76,210). Sum of RGB (Red+Green+Blue) = 92+76+210=378 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.34% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 210 (82.42% from 255 or 55.56% from 378); Max value from RGB is 210 - color contains mainly: blue. Hex color #5C4CD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C4CD2 is #A3B32D. Grayscale: #5F5F5F. Windows color (decimal): -10728238 or 13782108. OLE color: 13782108.
HSL color Cylindrical-coordinate representation of color #5C4CD2: hue angle of 247.16º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5C4CD2 is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 92 | 76 | 210 | - |
| CMYK | 0.56 | 0.64 | 0 | 0.18 |
| HSL | 247.16º | 0.6% | 0.56% | - |
| HSV(B) | 247.16º | 0.64% | 0.82% | - |
| XYZ | 18.63 | 12.1 | 62.33 | - |
| YUV | 96.06 | 192.3 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 76 | 210 | 0.56 | 0.64 | 0 | 0.18 | 247.16 | 0.6 | 0.56 |
| Hex | 5C | 4C | D2 | 38 | 40 | 0 | 12 | F7 | 3C | 38 |
| Octal | 134 | 114 | 322 | 70 | 100 | 0 | 22 | 367 | 74 | 70 |
| Binary | 1011100 | 1001100 | 11010010 | 111000 | 1000000 | 0 | 10010 | 11110111 | 111100 | 111000 |
Color Harmonies of #5C4CD2
Complementary color
Monochromatic Colors of #5C4CD2
Black with #5C4CD2
Text Example
Text Example
White with #5C4CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4CD2; }
p { color: rgb(92,76,210); }
H1.HeaderClassName
{
color: #5C4CD2;
}
.AnyTagClassName
{
color: #5C4CD2;
}
</style>
background-color css
<style>
a { background-color: #5C4CD2; }
a { background-color: rgb(92,76,210); }
div.DivClassName
{
background-color: #5C4CD2;
}
.BgClassName
{
background-color: #5C4CD2;
}
</style>
border-color css
<style>
span { border-color: #5C4CD2; }
span { border-color: rgb(92,76,210); }
td.TdClassName
{
border-color: #5C4CD2;
}
.TagClassName
{
border-color: #5C4CD2;
}
</style>