Shades of Slate Blue #5D4ACE
Tints of Slate Blue #5D4ACE
RGB
CMYK
RGB Variations
Color information
#5D4ACE (or 0x5D4ACE) is known color: Slate Blue. HEX triplet: 5D, 4A and CE. RGB value is (93,74,206). Sum of RGB (Red+Green+Blue) = 93+74+206=373 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.93% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #5D4ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D4ACE is #A2B531. Grayscale: #5E5E5E. Windows color (decimal): -10663218 or 13519453. OLE color: 13519453.
HSL color Cylindrical-coordinate representation of color #5D4ACE: hue angle of 248.64º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5D4ACE is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 74 | 206 | - |
| CMYK | 0.55 | 0.64 | 0 | 0.19 |
| HSL | 248.64º | 0.57% | 0.55% | - |
| HSV(B) | 248.64º | 0.64% | 0.81% | - |
| XYZ | 18.1 | 11.68 | 59.69 | - |
| YUV | 94.73 | 190.79 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 74 | 206 | 0.55 | 0.64 | 0 | 0.19 | 248.64 | 0.57 | 0.55 |
| Hex | 5D | 4A | CE | 37 | 40 | 0 | 13 | F9 | 39 | 37 |
| Octal | 135 | 112 | 316 | 67 | 100 | 0 | 23 | 371 | 71 | 67 |
| Binary | 1011101 | 1001010 | 11001110 | 110111 | 1000000 | 0 | 10011 | 11111001 | 111001 | 110111 |
Color Harmonies of #5D4ACE
Complementary color
Monochromatic Colors of #5D4ACE
Black with #5D4ACE
Text Example
Text Example
White with #5D4ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4ACE; }
p { color: rgb(93,74,206); }
H1.HeaderClassName
{
color: #5D4ACE;
}
.AnyTagClassName
{
color: #5D4ACE;
}
</style>
background-color css
<style>
a { background-color: #5D4ACE; }
a { background-color: rgb(93,74,206); }
div.DivClassName
{
background-color: #5D4ACE;
}
.BgClassName
{
background-color: #5D4ACE;
}
</style>
border-color css
<style>
span { border-color: #5D4ACE; }
span { border-color: rgb(93,74,206); }
td.TdClassName
{
border-color: #5D4ACE;
}
.TagClassName
{
border-color: #5D4ACE;
}
</style>