Shades of Slate Blue #5D4ACB
Tints of Slate Blue #5D4ACB
RGB
CMYK
RGB Variations
Color information
#5D4ACB (or 0x5D4ACB) is known color: Slate Blue. HEX triplet: 5D, 4A and CB. RGB value is (93,74,203). Sum of RGB (Red+Green+Blue) = 93+74+203=370 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.14% from 370); Green value is 74 (29.30% from 255 or 20% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #5D4ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D4ACB is #A2B534. Grayscale: #5D5D5D. Windows color (decimal): -10663221 or 13322845. OLE color: 13322845.
HSL color Cylindrical-coordinate representation of color #5D4ACB: hue angle of 248.84º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5D4ACB is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 74 | 203 | - |
| CMYK | 0.54 | 0.64 | 0 | 0.20 |
| HSL | 248.84º | 0.55% | 0.54% | - |
| HSV(B) | 248.84º | 0.64% | 0.8% | - |
| XYZ | 17.74 | 11.54 | 57.79 | - |
| YUV | 94.39 | 189.29 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 74 | 203 | 0.54 | 0.64 | 0 | 0.20 | 248.84 | 0.55 | 0.54 |
| Hex | 5D | 4A | CB | 36 | 40 | 0 | 14 | F9 | 37 | 36 |
| Octal | 135 | 112 | 313 | 66 | 100 | 0 | 24 | 371 | 67 | 66 |
| Binary | 1011101 | 1001010 | 11001011 | 110110 | 1000000 | 0 | 10100 | 11111001 | 110111 | 110110 |
Color Harmonies of #5D4ACB
Complementary color
Monochromatic Colors of #5D4ACB
Black with #5D4ACB
Text Example
Text Example
White with #5D4ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4ACB; }
p { color: rgb(93,74,203); }
H1.HeaderClassName
{
color: #5D4ACB;
}
.AnyTagClassName
{
color: #5D4ACB;
}
</style>
background-color css
<style>
a { background-color: #5D4ACB; }
a { background-color: rgb(93,74,203); }
div.DivClassName
{
background-color: #5D4ACB;
}
.BgClassName
{
background-color: #5D4ACB;
}
</style>
border-color css
<style>
span { border-color: #5D4ACB; }
span { border-color: rgb(93,74,203); }
td.TdClassName
{
border-color: #5D4ACB;
}
.TagClassName
{
border-color: #5D4ACB;
}
</style>