Shades of Slate Blue #5C4ACE
Tints of Slate Blue #5C4ACE
RGB
CMYK
RGB Variations
Color information
#5C4ACE (or 0x5C4ACE) is known color: Slate Blue. HEX triplet: 5C, 4A and CE. RGB value is (92,74,206). Sum of RGB (Red+Green+Blue) = 92+74+206=372 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.73% from 372); Green value is 74 (29.30% from 255 or 19.89% from 372); Blue value is 206 (80.86% from 255 or 55.38% from 372); Max value from RGB is 206 - color contains mainly: blue. Hex color #5C4ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C4ACE is #A3B531. Grayscale: #5D5D5D. Windows color (decimal): -10728754 or 13519452. OLE color: 13519452.
HSL color Cylindrical-coordinate representation of color #5C4ACE: hue angle of 248.18º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5C4ACE is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 74 | 206 | - |
| CMYK | 0.55 | 0.64 | 0 | 0.19 |
| HSL | 248.18º | 0.57% | 0.55% | - |
| HSV(B) | 248.18º | 0.64% | 0.81% | - |
| XYZ | 18 | 11.63 | 59.69 | - |
| YUV | 94.43 | 190.96 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 74 | 206 | 0.55 | 0.64 | 0 | 0.19 | 248.18 | 0.57 | 0.55 |
| Hex | 5C | 4A | CE | 37 | 40 | 0 | 13 | F8 | 39 | 37 |
| Octal | 134 | 112 | 316 | 67 | 100 | 0 | 23 | 370 | 71 | 67 |
| Binary | 1011100 | 1001010 | 11001110 | 110111 | 1000000 | 0 | 10011 | 11111000 | 111001 | 110111 |
Color Harmonies of #5C4ACE
Complementary color
Monochromatic Colors of #5C4ACE
Black with #5C4ACE
Text Example
Text Example
White with #5C4ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4ACE; }
p { color: rgb(92,74,206); }
H1.HeaderClassName
{
color: #5C4ACE;
}
.AnyTagClassName
{
color: #5C4ACE;
}
</style>
background-color css
<style>
a { background-color: #5C4ACE; }
a { background-color: rgb(92,74,206); }
div.DivClassName
{
background-color: #5C4ACE;
}
.BgClassName
{
background-color: #5C4ACE;
}
</style>
border-color css
<style>
span { border-color: #5C4ACE; }
span { border-color: rgb(92,74,206); }
td.TdClassName
{
border-color: #5C4ACE;
}
.TagClassName
{
border-color: #5C4ACE;
}
</style>