Shades of Slate Blue #5C44D0
Tints of Slate Blue #5C44D0
RGB
CMYK
RGB Variations
Color information
#5C44D0 (or 0x5C44D0) is known color: Slate Blue. HEX triplet: 5C, 44 and D0. RGB value is (92,68,208). Sum of RGB (Red+Green+Blue) = 92+68+208=368 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25% from 368); Green value is 68 (26.95% from 255 or 18.48% from 368); Blue value is 208 (81.64% from 255 or 56.52% from 368); Max value from RGB is 208 - color contains mainly: blue. Hex color #5C44D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C44D0 is #A3BB2F. Grayscale: #5A5A5A. Windows color (decimal): -10730288 or 13648988. OLE color: 13648988.
HSL color Cylindrical-coordinate representation of color #5C44D0: hue angle of 250.29º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5C44D0 is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 92 | 68 | 208 | - |
| CMYK | 0.56 | 0.67 | 0 | 0.18 |
| HSL | 250.29º | 0.6% | 0.54% | - |
| HSV(B) | 250.29º | 0.67% | 0.82% | - |
| XYZ | 17.87 | 10.96 | 60.85 | - |
| YUV | 91.14 | 193.95 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 68 | 208 | 0.56 | 0.67 | 0 | 0.18 | 250.29 | 0.6 | 0.54 |
| Hex | 5C | 44 | D0 | 38 | 43 | 0 | 12 | FA | 3C | 36 |
| Octal | 134 | 104 | 320 | 70 | 103 | 0 | 22 | 372 | 74 | 66 |
| Binary | 1011100 | 1000100 | 11010000 | 111000 | 1000011 | 0 | 10010 | 11111010 | 111100 | 110110 |
Color Harmonies of #5C44D0
Complementary color
Monochromatic Colors of #5C44D0
Black with #5C44D0
Text Example
Text Example
White with #5C44D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C44D0; }
p { color: rgb(92,68,208); }
H1.HeaderClassName
{
color: #5C44D0;
}
.AnyTagClassName
{
color: #5C44D0;
}
</style>
background-color css
<style>
a { background-color: #5C44D0; }
a { background-color: rgb(92,68,208); }
div.DivClassName
{
background-color: #5C44D0;
}
.BgClassName
{
background-color: #5C44D0;
}
</style>
border-color css
<style>
span { border-color: #5C44D0; }
span { border-color: rgb(92,68,208); }
td.TdClassName
{
border-color: #5C44D0;
}
.TagClassName
{
border-color: #5C44D0;
}
</style>