Shades of Slate Blue #5D63CD
Tints of Slate Blue #5D63CD
RGB
CMYK
RGB Variations
Color information
#5D63CD (or 0x5D63CD) is known color: Slate Blue. HEX triplet: 5D, 63 and CD. RGB value is (93,99,205). Sum of RGB (Red+Green+Blue) = 93+99+205=397 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.43% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #5D63CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D63CD is #A29C32. Grayscale: #6C6C6C. Windows color (decimal): -10656819 or 13460317. OLE color: 13460317.
HSL color Cylindrical-coordinate representation of color #5D63CD: hue angle of 236.79º 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 #5D63CD is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 99 | 205 | - |
| CMYK | 0.55 | 0.52 | 0 | 0.20 |
| HSL | 236.79º | 0.53% | 0.58% | - |
| HSV(B) | 236.79º | 0.55% | 0.8% | - |
| XYZ | 20 | 15.66 | 59.73 | - |
| YUV | 109.29 | 182.01 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 99 | 205 | 0.55 | 0.52 | 0 | 0.20 | 236.79 | 0.53 | 0.58 |
| Hex | 5D | 63 | CD | 37 | 34 | 0 | 14 | ED | 35 | 3A |
| Octal | 135 | 143 | 315 | 67 | 64 | 0 | 24 | 355 | 65 | 72 |
| Binary | 1011101 | 1100011 | 11001101 | 110111 | 110100 | 0 | 10100 | 11101101 | 110101 | 111010 |
Color Harmonies of #5D63CD
Complementary color
Monochromatic Colors of #5D63CD
Black with #5D63CD
Text Example
Text Example
White with #5D63CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D63CD; }
p { color: rgb(93,99,205); }
H1.HeaderClassName
{
color: #5D63CD;
}
.AnyTagClassName
{
color: #5D63CD;
}
</style>
background-color css
<style>
a { background-color: #5D63CD; }
a { background-color: rgb(93,99,205); }
div.DivClassName
{
background-color: #5D63CD;
}
.BgClassName
{
background-color: #5D63CD;
}
</style>
border-color css
<style>
span { border-color: #5D63CD; }
span { border-color: rgb(93,99,205); }
td.TdClassName
{
border-color: #5D63CD;
}
.TagClassName
{
border-color: #5D63CD;
}
</style>