Shades of Slate Blue #5549CD
Tints of Slate Blue #5549CD
RGB
CMYK
RGB Variations
Color information
#5549CD (or 0x5549CD) is known color: Slate Blue. HEX triplet: 55, 49 and CD. RGB value is (85,73,205). Sum of RGB (Red+Green+Blue) = 85+73+205=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #5549CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5549CD is #AAB632. Grayscale: #5B5B5B. Windows color (decimal): -11187763 or 13453653. OLE color: 13453653.
HSL color Cylindrical-coordinate representation of color #5549CD: hue angle of 245.45º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5549CD is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 73 | 205 | - |
| CMYK | 0.59 | 0.64 | 0 | 0.20 |
| HSL | 245.45º | 0.57% | 0.55% | - |
| HSV(B) | 245.45º | 0.64% | 0.8% | - |
| XYZ | 17.15 | 11.1 | 59 | - |
| YUV | 91.64 | 191.98 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 73 | 205 | 0.59 | 0.64 | 0 | 0.20 | 245.45 | 0.57 | 0.55 |
| Hex | 55 | 49 | CD | 3B | 40 | 0 | 14 | F5 | 39 | 37 |
| Octal | 125 | 111 | 315 | 73 | 100 | 0 | 24 | 365 | 71 | 67 |
| Binary | 1010101 | 1001001 | 11001101 | 111011 | 1000000 | 0 | 10100 | 11110101 | 111001 | 110111 |
Color Harmonies of #5549CD
Complementary color
Monochromatic Colors of #5549CD
Black with #5549CD
Text Example
Text Example
White with #5549CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5549CD; }
p { color: rgb(85,73,205); }
H1.HeaderClassName
{
color: #5549CD;
}
.AnyTagClassName
{
color: #5549CD;
}
</style>
background-color css
<style>
a { background-color: #5549CD; }
a { background-color: rgb(85,73,205); }
div.DivClassName
{
background-color: #5549CD;
}
.BgClassName
{
background-color: #5549CD;
}
</style>
border-color css
<style>
span { border-color: #5549CD; }
span { border-color: rgb(85,73,205); }
td.TdClassName
{
border-color: #5549CD;
}
.TagClassName
{
border-color: #5549CD;
}
</style>