Shades of Slate Blue #5548DA
Tints of Slate Blue #5548DA
RGB
CMYK
RGB Variations
Color information
#5548DA (or 0x5548DA) is known color: Slate Blue. HEX triplet: 55, 48 and DA. RGB value is (85,72,218). Sum of RGB (Red+Green+Blue) = 85+72+218=375 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.67% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 218 (85.55% from 255 or 58.13% from 375); Max value from RGB is 218 - color contains mainly: blue. Hex color #5548DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5548DA is #AAB725. Grayscale: #5B5B5B. Windows color (decimal): -11188006 or 14305365. OLE color: 14305365.
HSL color Cylindrical-coordinate representation of color #5548DA: hue angle of 245.34º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5548DA is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 72 | 218 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.15 |
| HSL | 245.34º | 0.66% | 0.57% | - |
| HSV(B) | 245.34º | 0.67% | 0.85% | - |
| XYZ | 18.72 | 11.63 | 67.59 | - |
| YUV | 92.53 | 198.81 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 72 | 218 | 0.61 | 0.67 | 0 | 0.15 | 245.34 | 0.66 | 0.57 |
| Hex | 55 | 48 | DA | 3D | 43 | 0 | F | F5 | 42 | 39 |
| Octal | 125 | 110 | 332 | 75 | 103 | 0 | 17 | 365 | 102 | 71 |
| Binary | 1010101 | 1001000 | 11011010 | 111101 | 1000011 | 0 | 1111 | 11110101 | 1000010 | 111001 |
Color Harmonies of #5548DA
Complementary color
Monochromatic Colors of #5548DA
Black with #5548DA
Text Example
Text Example
White with #5548DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5548DA; }
p { color: rgb(85,72,218); }
H1.HeaderClassName
{
color: #5548DA;
}
.AnyTagClassName
{
color: #5548DA;
}
</style>
background-color css
<style>
a { background-color: #5548DA; }
a { background-color: rgb(85,72,218); }
div.DivClassName
{
background-color: #5548DA;
}
.BgClassName
{
background-color: #5548DA;
}
</style>
border-color css
<style>
span { border-color: #5548DA; }
span { border-color: rgb(85,72,218); }
td.TdClassName
{
border-color: #5548DA;
}
.TagClassName
{
border-color: #5548DA;
}
</style>