Shades of Slate Blue #5D5ACB
Tints of Slate Blue #5D5ACB
RGB
CMYK
RGB Variations
Color information
#5D5ACB (or 0x5D5ACB) is known color: Slate Blue. HEX triplet: 5D, 5A and CB. RGB value is (93,90,203). Sum of RGB (Red+Green+Blue) = 93+90+203=386 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.09% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #5D5ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D5ACB is #A2A534. Grayscale: #676767. Windows color (decimal): -10659125 or 13326941. OLE color: 13326941.
HSL color Cylindrical-coordinate representation of color #5D5ACB: hue angle of 241.59º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5D5ACB is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 90 | 203 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.20 |
| HSL | 241.59º | 0.52% | 0.57% | - |
| HSV(B) | 241.59º | 0.56% | 0.8% | - |
| XYZ | 18.95 | 13.95 | 58.19 | - |
| YUV | 103.78 | 183.99 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 90 | 203 | 0.54 | 0.56 | 0 | 0.20 | 241.59 | 0.52 | 0.57 |
| Hex | 5D | 5A | CB | 36 | 38 | 0 | 14 | F2 | 34 | 39 |
| Octal | 135 | 132 | 313 | 66 | 70 | 0 | 24 | 362 | 64 | 71 |
| Binary | 1011101 | 1011010 | 11001011 | 110110 | 111000 | 0 | 10100 | 11110010 | 110100 | 111001 |
Color Harmonies of #5D5ACB
Complementary color
Monochromatic Colors of #5D5ACB
Black with #5D5ACB
Text Example
Text Example
White with #5D5ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5ACB; }
p { color: rgb(93,90,203); }
H1.HeaderClassName
{
color: #5D5ACB;
}
.AnyTagClassName
{
color: #5D5ACB;
}
</style>
background-color css
<style>
a { background-color: #5D5ACB; }
a { background-color: rgb(93,90,203); }
div.DivClassName
{
background-color: #5D5ACB;
}
.BgClassName
{
background-color: #5D5ACB;
}
</style>
border-color css
<style>
span { border-color: #5D5ACB; }
span { border-color: rgb(93,90,203); }
td.TdClassName
{
border-color: #5D5ACB;
}
.TagClassName
{
border-color: #5D5ACB;
}
</style>