Shades of Slate Blue #5D55CD
Tints of Slate Blue #5D55CD
RGB
CMYK
RGB Variations
Color information
#5D55CD (or 0x5D55CD) is known color: Slate Blue. HEX triplet: 5D, 55 and CD. RGB value is (93,85,205). Sum of RGB (Red+Green+Blue) = 93+85+205=383 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.28% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #5D55CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D55CD is #A2AA32. Grayscale: #646464. Windows color (decimal): -10660403 or 13456733. OLE color: 13456733.
HSL color Cylindrical-coordinate representation of color #5D55CD: hue angle of 244º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5D55CD is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 85 | 205 | - |
| CMYK | 0.55 | 0.59 | 0 | 0.20 |
| HSL | 244º | 0.55% | 0.57% | - |
| HSV(B) | 244º | 0.59% | 0.8% | - |
| XYZ | 18.78 | 13.23 | 59.32 | - |
| YUV | 101.07 | 186.65 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 85 | 205 | 0.55 | 0.59 | 0 | 0.20 | 244 | 0.55 | 0.57 |
| Hex | 5D | 55 | CD | 37 | 3B | 0 | 14 | F4 | 37 | 39 |
| Octal | 135 | 125 | 315 | 67 | 73 | 0 | 24 | 364 | 67 | 71 |
| Binary | 1011101 | 1010101 | 11001101 | 110111 | 111011 | 0 | 10100 | 11110100 | 110111 | 111001 |
Color Harmonies of #5D55CD
Complementary color
Monochromatic Colors of #5D55CD
Black with #5D55CD
Text Example
Text Example
White with #5D55CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D55CD; }
p { color: rgb(93,85,205); }
H1.HeaderClassName
{
color: #5D55CD;
}
.AnyTagClassName
{
color: #5D55CD;
}
</style>
background-color css
<style>
a { background-color: #5D55CD; }
a { background-color: rgb(93,85,205); }
div.DivClassName
{
background-color: #5D55CD;
}
.BgClassName
{
background-color: #5D55CD;
}
</style>
border-color css
<style>
span { border-color: #5D55CD; }
span { border-color: rgb(93,85,205); }
td.TdClassName
{
border-color: #5D55CD;
}
.TagClassName
{
border-color: #5D55CD;
}
</style>