Shades of Slate Blue #5C5DC5
Tints of Slate Blue #5C5DC5
RGB
CMYK
RGB Variations
Color information
#5C5DC5 (or 0x5C5DC5) is known color: Slate Blue. HEX triplet: 5C, 5D and C5. RGB value is (92,93,197). Sum of RGB (Red+Green+Blue) = 92+93+197=382 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.08% from 382); Green value is 93 (36.72% from 255 or 24.35% from 382); Blue value is 197 (77.34% from 255 or 51.57% from 382); Max value from RGB is 197 - color contains mainly: blue. Hex color #5C5DC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C5DC5 is #A3A23A. Grayscale: #686868. Windows color (decimal): -10723899 or 12934492. OLE color: 12934492.
HSL color Cylindrical-coordinate representation of color #5C5DC5: hue angle of 239.43º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5C5DC5 is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 92 | 93 | 197 | - |
| CMYK | 0.53 | 0.53 | 0 | 0.23 |
| HSL | 239.43º | 0.48% | 0.57% | - |
| HSV(B) | 239.43º | 0.53% | 0.77% | - |
| XYZ | 18.41 | 14.14 | 54.58 | - |
| YUV | 104.56 | 180.17 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 93 | 197 | 0.53 | 0.53 | 0 | 0.23 | 239.43 | 0.48 | 0.57 |
| Hex | 5C | 5D | C5 | 35 | 35 | 0 | 17 | EF | 30 | 39 |
| Octal | 134 | 135 | 305 | 65 | 65 | 0 | 27 | 357 | 60 | 71 |
| Binary | 1011100 | 1011101 | 11000101 | 110101 | 110101 | 0 | 10111 | 11101111 | 110000 | 111001 |
Color Harmonies of #5C5DC5
Complementary color
Monochromatic Colors of #5C5DC5
Black with #5C5DC5
Text Example
Text Example
White with #5C5DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5DC5; }
p { color: rgb(92,93,197); }
H1.HeaderClassName
{
color: #5C5DC5;
}
.AnyTagClassName
{
color: #5C5DC5;
}
</style>
background-color css
<style>
a { background-color: #5C5DC5; }
a { background-color: rgb(92,93,197); }
div.DivClassName
{
background-color: #5C5DC5;
}
.BgClassName
{
background-color: #5C5DC5;
}
</style>
border-color css
<style>
span { border-color: #5C5DC5; }
span { border-color: rgb(92,93,197); }
td.TdClassName
{
border-color: #5C5DC5;
}
.TagClassName
{
border-color: #5C5DC5;
}
</style>