Shades of Slate Blue #5551DD
Tints of Slate Blue #5551DD
RGB
CMYK
RGB Variations
Color information
#5551DD (or 0x5551DD) is known color: Slate Blue. HEX triplet: 55, 51 and DD. RGB value is (85,81,221). Sum of RGB (Red+Green+Blue) = 85+81+221=387 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.96% from 387); Green value is 81 (32.03% from 255 or 20.93% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #5551DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5551DD is #AAAE22. Grayscale: #616161. Windows color (decimal): -11185699 or 14504277. OLE color: 14504277.
HSL color Cylindrical-coordinate representation of color #5551DD: hue angle of 241.71º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5551DD is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 81 | 221 | - |
| CMYK | 0.62 | 0.63 | 0 | 0.13 |
| HSL | 241.71º | 0.67% | 0.59% | - |
| HSV(B) | 241.71º | 0.63% | 0.87% | - |
| XYZ | 19.74 | 13.04 | 69.88 | - |
| YUV | 98.16 | 197.33 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 221 | 0.62 | 0.63 | 0 | 0.13 | 241.71 | 0.67 | 0.59 |
| Hex | 55 | 51 | DD | 3E | 3F | 0 | D | F2 | 43 | 3B |
| Octal | 125 | 121 | 335 | 76 | 77 | 0 | 15 | 362 | 103 | 73 |
| Binary | 1010101 | 1010001 | 11011101 | 111110 | 111111 | 0 | 1101 | 11110010 | 1000011 | 111011 |
Color Harmonies of #5551DD
Complementary color
Monochromatic Colors of #5551DD
Black with #5551DD
Text Example
Text Example
White with #5551DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5551DD; }
p { color: rgb(85,81,221); }
H1.HeaderClassName
{
color: #5551DD;
}
.AnyTagClassName
{
color: #5551DD;
}
</style>
background-color css
<style>
a { background-color: #5551DD; }
a { background-color: rgb(85,81,221); }
div.DivClassName
{
background-color: #5551DD;
}
.BgClassName
{
background-color: #5551DD;
}
</style>
border-color css
<style>
span { border-color: #5551DD; }
span { border-color: rgb(85,81,221); }
td.TdClassName
{
border-color: #5551DD;
}
.TagClassName
{
border-color: #5551DD;
}
</style>