Shades of Slate Blue #5548CA
Tints of Slate Blue #5548CA
RGB
CMYK
RGB Variations
Color information
#5548CA (or 0x5548CA) is known color: Slate Blue. HEX triplet: 55, 48 and CA. RGB value is (85,72,202). Sum of RGB (Red+Green+Blue) = 85+72+202=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 202 (79.30% from 255 or 56.27% from 359); Max value from RGB is 202 - color contains mainly: blue. Hex color #5548CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5548CA is #AAB735. Grayscale: #5A5A5A. Windows color (decimal): -11188022 or 13256789. OLE color: 13256789.
HSL color Cylindrical-coordinate representation of color #5548CA: hue angle of 246º 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 #5548CA is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 72 | 202 | - |
| CMYK | 0.58 | 0.64 | 0 | 0.21 |
| HSL | 246º | 0.55% | 0.54% | - |
| HSV(B) | 246º | 0.64% | 0.79% | - |
| XYZ | 16.72 | 10.83 | 57.09 | - |
| YUV | 90.71 | 190.81 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 72 | 202 | 0.58 | 0.64 | 0 | 0.21 | 246 | 0.55 | 0.54 |
| Hex | 55 | 48 | CA | 3A | 40 | 0 | 15 | F6 | 37 | 36 |
| Octal | 125 | 110 | 312 | 72 | 100 | 0 | 25 | 366 | 67 | 66 |
| Binary | 1010101 | 1001000 | 11001010 | 111010 | 1000000 | 0 | 10101 | 11110110 | 110111 | 110110 |
Color Harmonies of #5548CA
Complementary color
Monochromatic Colors of #5548CA
Black with #5548CA
Text Example
Text Example
White with #5548CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5548CA; }
p { color: rgb(85,72,202); }
H1.HeaderClassName
{
color: #5548CA;
}
.AnyTagClassName
{
color: #5548CA;
}
</style>
background-color css
<style>
a { background-color: #5548CA; }
a { background-color: rgb(85,72,202); }
div.DivClassName
{
background-color: #5548CA;
}
.BgClassName
{
background-color: #5548CA;
}
</style>
border-color css
<style>
span { border-color: #5548CA; }
span { border-color: rgb(85,72,202); }
td.TdClassName
{
border-color: #5548CA;
}
.TagClassName
{
border-color: #5548CA;
}
</style>