Shades of Slate Blue #5D63D9
Tints of Slate Blue #5D63D9
RGB
CMYK
RGB Variations
Color information
#5D63D9 (or 0x5D63D9) is known color: Slate Blue. HEX triplet: 5D, 63 and D9. RGB value is (93,99,217). Sum of RGB (Red+Green+Blue) = 93+99+217=409 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.74% from 409); Green value is 99 (39.06% from 255 or 24.21% from 409); Blue value is 217 (85.16% from 255 or 53.06% from 409); Max value from RGB is 217 - color contains mainly: blue. Hex color #5D63D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D63D9 is #A29C26. Grayscale: #6E6E6E. Windows color (decimal): -10656807 or 14246749. OLE color: 14246749.
HSL color Cylindrical-coordinate representation of color #5D63D9: hue angle of 237.1º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5D63D9 is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 99 | 217 | - |
| CMYK | 0.57 | 0.54 | 0 | 0.15 |
| HSL | 237.1º | 0.62% | 0.61% | - |
| HSV(B) | 237.1º | 0.57% | 0.85% | - |
| XYZ | 21.5 | 16.26 | 67.65 | - |
| YUV | 110.66 | 188.01 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 99 | 217 | 0.57 | 0.54 | 0 | 0.15 | 237.1 | 0.62 | 0.61 |
| Hex | 5D | 63 | D9 | 39 | 36 | 0 | F | ED | 3E | 3D |
| Octal | 135 | 143 | 331 | 71 | 66 | 0 | 17 | 355 | 76 | 75 |
| Binary | 1011101 | 1100011 | 11011001 | 111001 | 110110 | 0 | 1111 | 11101101 | 111110 | 111101 |
Color Harmonies of #5D63D9
Complementary color
Monochromatic Colors of #5D63D9
Black with #5D63D9
Text Example
Text Example
White with #5D63D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D63D9; }
p { color: rgb(93,99,217); }
H1.HeaderClassName
{
color: #5D63D9;
}
.AnyTagClassName
{
color: #5D63D9;
}
</style>
background-color css
<style>
a { background-color: #5D63D9; }
a { background-color: rgb(93,99,217); }
div.DivClassName
{
background-color: #5D63D9;
}
.BgClassName
{
background-color: #5D63D9;
}
</style>
border-color css
<style>
span { border-color: #5D63D9; }
span { border-color: rgb(93,99,217); }
td.TdClassName
{
border-color: #5D63D9;
}
.TagClassName
{
border-color: #5D63D9;
}
</style>