Shades of Slate Blue #5C41CD
Tints of Slate Blue #5C41CD
RGB
CMYK
RGB Variations
Color information
#5C41CD (or 0x5C41CD) is known color: Slate Blue. HEX triplet: 5C, 41 and CD. RGB value is (92,65,205). Sum of RGB (Red+Green+Blue) = 92+65+205=362 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.41% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 205 (80.47% from 255 or 56.63% from 362); Max value from RGB is 205 - color contains mainly: blue. Hex color #5C41CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C41CD is #A3BE32. Grayscale: #585858. Windows color (decimal): -10731059 or 13451612. OLE color: 13451612.
HSL color Cylindrical-coordinate representation of color #5C41CD: hue angle of 251.57º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5C41CD is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 65 | 205 | - |
| CMYK | 0.55 | 0.68 | 0 | 0.20 |
| HSL | 251.57º | 0.58% | 0.53% | - |
| HSV(B) | 251.57º | 0.68% | 0.8% | - |
| XYZ | 17.32 | 10.46 | 58.86 | - |
| YUV | 89.03 | 193.45 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 65 | 205 | 0.55 | 0.68 | 0 | 0.20 | 251.57 | 0.58 | 0.53 |
| Hex | 5C | 41 | CD | 37 | 44 | 0 | 14 | FC | 3A | 35 |
| Octal | 134 | 101 | 315 | 67 | 104 | 0 | 24 | 374 | 72 | 65 |
| Binary | 1011100 | 1000001 | 11001101 | 110111 | 1000100 | 0 | 10100 | 11111100 | 111010 | 110101 |
Color Harmonies of #5C41CD
Complementary color
Monochromatic Colors of #5C41CD
Black with #5C41CD
Text Example
Text Example
White with #5C41CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C41CD; }
p { color: rgb(92,65,205); }
H1.HeaderClassName
{
color: #5C41CD;
}
.AnyTagClassName
{
color: #5C41CD;
}
</style>
background-color css
<style>
a { background-color: #5C41CD; }
a { background-color: rgb(92,65,205); }
div.DivClassName
{
background-color: #5C41CD;
}
.BgClassName
{
background-color: #5C41CD;
}
</style>
border-color css
<style>
span { border-color: #5C41CD; }
span { border-color: rgb(92,65,205); }
td.TdClassName
{
border-color: #5C41CD;
}
.TagClassName
{
border-color: #5C41CD;
}
</style>