Shades of Slate Blue #5D5DCD
Tints of Slate Blue #5D5DCD
RGB
CMYK
RGB Variations
Color information
#5D5DCD (or 0x5D5DCD) is known color: Slate Blue. HEX triplet: 5D, 5D and CD. RGB value is (93,93,205). Sum of RGB (Red+Green+Blue) = 93+93+205=391 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.79% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 205 (80.47% from 255 or 52.43% from 391); Max value from RGB is 205 - color contains mainly: blue. Hex color #5D5DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D5DCD is #A2A232. Grayscale: #696969. Windows color (decimal): -10658355 or 13458781. OLE color: 13458781.
HSL color Cylindrical-coordinate representation of color #5D5DCD: hue angle of 240º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D5DCD is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 93 | 205 | - |
| CMYK | 0.55 | 0.55 | 0 | 0.20 |
| HSL | 240º | 0.53% | 0.58% | - |
| HSV(B) | 240º | 0.55% | 0.8% | - |
| XYZ | 19.45 | 14.56 | 59.54 | - |
| YUV | 105.77 | 184 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 93 | 205 | 0.55 | 0.55 | 0 | 0.20 | 240 | 0.53 | 0.58 |
| Hex | 5D | 5D | CD | 37 | 37 | 0 | 14 | F0 | 35 | 3A |
| Octal | 135 | 135 | 315 | 67 | 67 | 0 | 24 | 360 | 65 | 72 |
| Binary | 1011101 | 1011101 | 11001101 | 110111 | 110111 | 0 | 10100 | 11110000 | 110101 | 111010 |
Color Harmonies of #5D5DCD
Complementary color
Monochromatic Colors of #5D5DCD
Black with #5D5DCD
Text Example
Text Example
White with #5D5DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5DCD; }
p { color: rgb(93,93,205); }
H1.HeaderClassName
{
color: #5D5DCD;
}
.AnyTagClassName
{
color: #5D5DCD;
}
</style>
background-color css
<style>
a { background-color: #5D5DCD; }
a { background-color: rgb(93,93,205); }
div.DivClassName
{
background-color: #5D5DCD;
}
.BgClassName
{
background-color: #5D5DCD;
}
</style>
border-color css
<style>
span { border-color: #5D5DCD; }
span { border-color: rgb(93,93,205); }
td.TdClassName
{
border-color: #5D5DCD;
}
.TagClassName
{
border-color: #5D5DCD;
}
</style>