Shades of Slate Blue #5C44C1
Tints of Slate Blue #5C44C1
RGB
CMYK
RGB Variations
Color information
#5C44C1 (or 0x5C44C1) is known color: Slate Blue. HEX triplet: 5C, 44 and C1. RGB value is (92,68,193). Sum of RGB (Red+Green+Blue) = 92+68+193=353 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.06% from 353); Green value is 68 (26.95% from 255 or 19.26% from 353); Blue value is 193 (75.78% from 255 or 54.67% from 353); Max value from RGB is 193 - color contains mainly: blue. Hex color #5C44C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C44C1 is #A3BB3E. Grayscale: #585858. Windows color (decimal): -10730303 or 12665948. OLE color: 12665948.
HSL color Cylindrical-coordinate representation of color #5C44C1: hue angle of 251.52º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5C44C1 is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 92 | 68 | 193 | - |
| CMYK | 0.52 | 0.65 | 0 | 0.24 |
| HSL | 251.52º | 0.5% | 0.51% | - |
| HSV(B) | 251.52º | 0.65% | 0.76% | - |
| XYZ | 16.11 | 10.26 | 51.58 | - |
| YUV | 89.43 | 186.45 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 68 | 193 | 0.52 | 0.65 | 0 | 0.24 | 251.52 | 0.5 | 0.51 |
| Hex | 5C | 44 | C1 | 34 | 41 | 0 | 18 | FC | 32 | 33 |
| Octal | 134 | 104 | 301 | 64 | 101 | 0 | 30 | 374 | 62 | 63 |
| Binary | 1011100 | 1000100 | 11000001 | 110100 | 1000001 | 0 | 11000 | 11111100 | 110010 | 110011 |
Color Harmonies of #5C44C1
Complementary color
Monochromatic Colors of #5C44C1
Black with #5C44C1
Text Example
Text Example
White with #5C44C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C44C1; }
p { color: rgb(92,68,193); }
H1.HeaderClassName
{
color: #5C44C1;
}
.AnyTagClassName
{
color: #5C44C1;
}
</style>
background-color css
<style>
a { background-color: #5C44C1; }
a { background-color: rgb(92,68,193); }
div.DivClassName
{
background-color: #5C44C1;
}
.BgClassName
{
background-color: #5C44C1;
}
</style>
border-color css
<style>
span { border-color: #5C44C1; }
span { border-color: rgb(92,68,193); }
td.TdClassName
{
border-color: #5C44C1;
}
.TagClassName
{
border-color: #5C44C1;
}
</style>