Shades of Slate Blue #5548CB
Tints of Slate Blue #5548CB
RGB
CMYK
RGB Variations
Color information
#5548CB (or 0x5548CB) is known color: Slate Blue. HEX triplet: 55, 48 and CB. RGB value is (85,72,203). Sum of RGB (Red+Green+Blue) = 85+72+203=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 203 (79.69% from 255 or 56.39% from 360); Max value from RGB is 203 - color contains mainly: blue. Hex color #5548CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5548CB is #AAB734. Grayscale: #5A5A5A. Windows color (decimal): -11188021 or 13322325. OLE color: 13322325.
HSL color Cylindrical-coordinate representation of color #5548CB: hue angle of 245.95º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5548CB is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 72 | 203 | - |
| CMYK | 0.58 | 0.65 | 0 | 0.20 |
| HSL | 245.95º | 0.56% | 0.54% | - |
| HSV(B) | 245.95º | 0.65% | 0.8% | - |
| XYZ | 16.84 | 10.88 | 57.71 | - |
| YUV | 90.82 | 191.31 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 72 | 203 | 0.58 | 0.65 | 0 | 0.20 | 245.95 | 0.56 | 0.54 |
| Hex | 55 | 48 | CB | 3A | 41 | 0 | 14 | F6 | 38 | 36 |
| Octal | 125 | 110 | 313 | 72 | 101 | 0 | 24 | 366 | 70 | 66 |
| Binary | 1010101 | 1001000 | 11001011 | 111010 | 1000001 | 0 | 10100 | 11110110 | 111000 | 110110 |
Color Harmonies of #5548CB
Complementary color
Monochromatic Colors of #5548CB
Black with #5548CB
Text Example
Text Example
White with #5548CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5548CB; }
p { color: rgb(85,72,203); }
H1.HeaderClassName
{
color: #5548CB;
}
.AnyTagClassName
{
color: #5548CB;
}
</style>
background-color css
<style>
a { background-color: #5548CB; }
a { background-color: rgb(85,72,203); }
div.DivClassName
{
background-color: #5548CB;
}
.BgClassName
{
background-color: #5548CB;
}
</style>
border-color css
<style>
span { border-color: #5548CB; }
span { border-color: rgb(85,72,203); }
td.TdClassName
{
border-color: #5548CB;
}
.TagClassName
{
border-color: #5548CB;
}
</style>