Shades of Slate Blue #5549CA
Tints of Slate Blue #5549CA
RGB
CMYK
RGB Variations
Color information
#5549CA (or 0x5549CA) is known color: Slate Blue. HEX triplet: 55, 49 and CA. RGB value is (85,73,202). Sum of RGB (Red+Green+Blue) = 85+73+202=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 202 (79.30% from 255 or 56.11% from 360); Max value from RGB is 202 - color contains mainly: blue. Hex color #5549CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5549CA is #AAB635. Grayscale: #5A5A5A. Windows color (decimal): -11187766 or 13257045. OLE color: 13257045.
HSL color Cylindrical-coordinate representation of color #5549CA: hue angle of 245.58º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5549CA is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 73 | 202 | - |
| CMYK | 0.58 | 0.64 | 0 | 0.21 |
| HSL | 245.58º | 0.55% | 0.54% | - |
| HSV(B) | 245.58º | 0.64% | 0.79% | - |
| XYZ | 16.79 | 10.96 | 57.11 | - |
| YUV | 91.29 | 190.48 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 73 | 202 | 0.58 | 0.64 | 0 | 0.21 | 245.58 | 0.55 | 0.54 |
| Hex | 55 | 49 | CA | 3A | 40 | 0 | 15 | F6 | 37 | 36 |
| Octal | 125 | 111 | 312 | 72 | 100 | 0 | 25 | 366 | 67 | 66 |
| Binary | 1010101 | 1001001 | 11001010 | 111010 | 1000000 | 0 | 10101 | 11110110 | 110111 | 110110 |
Color Harmonies of #5549CA
Complementary color
Monochromatic Colors of #5549CA
Black with #5549CA
Text Example
Text Example
White with #5549CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5549CA; }
p { color: rgb(85,73,202); }
H1.HeaderClassName
{
color: #5549CA;
}
.AnyTagClassName
{
color: #5549CA;
}
</style>
background-color css
<style>
a { background-color: #5549CA; }
a { background-color: rgb(85,73,202); }
div.DivClassName
{
background-color: #5549CA;
}
.BgClassName
{
background-color: #5549CA;
}
</style>
border-color css
<style>
span { border-color: #5549CA; }
span { border-color: rgb(85,73,202); }
td.TdClassName
{
border-color: #5549CA;
}
.TagClassName
{
border-color: #5549CA;
}
</style>