Shades of Slate Blue #5C41D1
Tints of Slate Blue #5C41D1
RGB
CMYK
RGB Variations
Color information
#5C41D1 (or 0x5C41D1) is known color: Slate Blue. HEX triplet: 5C, 41 and D1. RGB value is (92,65,209). Sum of RGB (Red+Green+Blue) = 92+65+209=366 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.14% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 209 (82.03% from 255 or 57.10% from 366); Max value from RGB is 209 - color contains mainly: blue. Hex color #5C41D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C41D1 is #A3BE2E. Grayscale: #585858. Windows color (decimal): -10731055 or 13713756. OLE color: 13713756.
HSL color Cylindrical-coordinate representation of color #5C41D1: hue angle of 251.25º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5C41D1 is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 92 | 65 | 209 | - |
| CMYK | 0.56 | 0.69 | 0 | 0.18 |
| HSL | 251.25º | 0.61% | 0.54% | - |
| HSV(B) | 251.25º | 0.69% | 0.82% | - |
| XYZ | 17.81 | 10.66 | 61.44 | - |
| YUV | 89.49 | 195.45 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 65 | 209 | 0.56 | 0.69 | 0 | 0.18 | 251.25 | 0.61 | 0.54 |
| Hex | 5C | 41 | D1 | 38 | 45 | 0 | 12 | FB | 3D | 36 |
| Octal | 134 | 101 | 321 | 70 | 105 | 0 | 22 | 373 | 75 | 66 |
| Binary | 1011100 | 1000001 | 11010001 | 111000 | 1000101 | 0 | 10010 | 11111011 | 111101 | 110110 |
Color Harmonies of #5C41D1
Complementary color
Monochromatic Colors of #5C41D1
Black with #5C41D1
Text Example
Text Example
White with #5C41D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C41D1; }
p { color: rgb(92,65,209); }
H1.HeaderClassName
{
color: #5C41D1;
}
.AnyTagClassName
{
color: #5C41D1;
}
</style>
background-color css
<style>
a { background-color: #5C41D1; }
a { background-color: rgb(92,65,209); }
div.DivClassName
{
background-color: #5C41D1;
}
.BgClassName
{
background-color: #5C41D1;
}
</style>
border-color css
<style>
span { border-color: #5C41D1; }
span { border-color: rgb(92,65,209); }
td.TdClassName
{
border-color: #5C41D1;
}
.TagClassName
{
border-color: #5C41D1;
}
</style>