Shades of Slate Blue #5D63E5
Tints of Slate Blue #5D63E5
RGB
CMYK
RGB Variations
Color information
#5D63E5 (or 0x5D63E5) is known color: Slate Blue. HEX triplet: 5D, 63 and E5. RGB value is (93,99,229). Sum of RGB (Red+Green+Blue) = 93+99+229=421 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.09% from 421); Green value is 99 (39.06% from 255 or 23.52% from 421); Blue value is 229 (89.84% from 255 or 54.39% from 421); Max value from RGB is 229 - color contains mainly: blue. Hex color #5D63E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D63E5 is #A29C1A. Grayscale: #6F6F6F. Windows color (decimal): -10656795 or 15033181. OLE color: 15033181.
HSL color Cylindrical-coordinate representation of color #5D63E5: hue angle of 237.35º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5D63E5 is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 93 | 99 | 229 | - |
| CMYK | 0.59 | 0.57 | 0 | 0.10 |
| HSL | 237.35º | 0.72% | 0.63% | - |
| HSV(B) | 237.35º | 0.59% | 0.9% | - |
| XYZ | 23.12 | 16.91 | 76.17 | - |
| YUV | 112.03 | 194.01 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 99 | 229 | 0.59 | 0.57 | 0 | 0.10 | 237.35 | 0.72 | 0.63 |
| Hex | 5D | 63 | E5 | 3B | 39 | 0 | A | ED | 48 | 3F |
| Octal | 135 | 143 | 345 | 73 | 71 | 0 | 12 | 355 | 110 | 77 |
| Binary | 1011101 | 1100011 | 11100101 | 111011 | 111001 | 0 | 1010 | 11101101 | 1001000 | 111111 |
Color Harmonies of #5D63E5
Complementary color
Monochromatic Colors of #5D63E5
Black with #5D63E5
Text Example
Text Example
White with #5D63E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D63E5; }
p { color: rgb(93,99,229); }
H1.HeaderClassName
{
color: #5D63E5;
}
.AnyTagClassName
{
color: #5D63E5;
}
</style>
background-color css
<style>
a { background-color: #5D63E5; }
a { background-color: rgb(93,99,229); }
div.DivClassName
{
background-color: #5D63E5;
}
.BgClassName
{
background-color: #5D63E5;
}
</style>
border-color css
<style>
span { border-color: #5D63E5; }
span { border-color: rgb(93,99,229); }
td.TdClassName
{
border-color: #5D63E5;
}
.TagClassName
{
border-color: #5D63E5;
}
</style>