Shades of Slate Blue #5548D5
Tints of Slate Blue #5548D5
RGB
CMYK
RGB Variations
Color information
#5548D5 (or 0x5548D5) is known color: Slate Blue. HEX triplet: 55, 48 and D5. RGB value is (85,72,213). Sum of RGB (Red+Green+Blue) = 85+72+213=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 72 (28.52% from 255 or 19.46% from 370); Blue value is 213 (83.59% from 255 or 57.57% from 370); Max value from RGB is 213 - color contains mainly: blue. Hex color #5548D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5548D5 is #AAB72A. Grayscale: #5B5B5B. Windows color (decimal): -11188011 or 13977685. OLE color: 13977685.
HSL color Cylindrical-coordinate representation of color #5548D5: hue angle of 245.53º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5548D5 is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 72 | 213 | - |
| CMYK | 0.60 | 0.66 | 0 | 0.16 |
| HSL | 245.53º | 0.63% | 0.56% | - |
| HSV(B) | 245.53º | 0.66% | 0.84% | - |
| XYZ | 18.07 | 11.37 | 64.19 | - |
| YUV | 91.96 | 196.31 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 72 | 213 | 0.60 | 0.66 | 0 | 0.16 | 245.53 | 0.63 | 0.56 |
| Hex | 55 | 48 | D5 | 3C | 42 | 0 | 10 | F6 | 3F | 38 |
| Octal | 125 | 110 | 325 | 74 | 102 | 0 | 20 | 366 | 77 | 70 |
| Binary | 1010101 | 1001000 | 11010101 | 111100 | 1000010 | 0 | 10000 | 11110110 | 111111 | 111000 |
Color Harmonies of #5548D5
Complementary color
Monochromatic Colors of #5548D5
Black with #5548D5
Text Example
Text Example
White with #5548D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5548D5; }
p { color: rgb(85,72,213); }
H1.HeaderClassName
{
color: #5548D5;
}
.AnyTagClassName
{
color: #5548D5;
}
</style>
background-color css
<style>
a { background-color: #5548D5; }
a { background-color: rgb(85,72,213); }
div.DivClassName
{
background-color: #5548D5;
}
.BgClassName
{
background-color: #5548D5;
}
</style>
border-color css
<style>
span { border-color: #5548D5; }
span { border-color: rgb(85,72,213); }
td.TdClassName
{
border-color: #5548D5;
}
.TagClassName
{
border-color: #5548D5;
}
</style>