Shades of Slate Blue #5543C6
Tints of Slate Blue #5543C6
RGB
CMYK
RGB Variations
Color information
#5543C6 (or 0x5543C6) is known color: Slate Blue. HEX triplet: 55, 43 and C6. RGB value is (85,67,198). Sum of RGB (Red+Green+Blue) = 85+67+198=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 67 (26.56% from 255 or 19.14% from 350); Blue value is 198 (77.73% from 255 or 56.57% from 350); Max value from RGB is 198 - color contains mainly: blue. Hex color #5543C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5543C6 is #AABC39. Grayscale: #565656. Windows color (decimal): -11189306 or 12993365. OLE color: 12993365.
HSL color Cylindrical-coordinate representation of color #5543C6: hue angle of 248.24º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5543C6 is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 67 | 198 | - |
| CMYK | 0.57 | 0.66 | 0 | 0.22 |
| HSL | 248.24º | 0.53% | 0.52% | - |
| HSV(B) | 248.24º | 0.66% | 0.78% | - |
| XYZ | 15.95 | 10.02 | 54.52 | - |
| YUV | 87.32 | 190.46 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 67 | 198 | 0.57 | 0.66 | 0 | 0.22 | 248.24 | 0.53 | 0.52 |
| Hex | 55 | 43 | C6 | 39 | 42 | 0 | 16 | F8 | 35 | 34 |
| Octal | 125 | 103 | 306 | 71 | 102 | 0 | 26 | 370 | 65 | 64 |
| Binary | 1010101 | 1000011 | 11000110 | 111001 | 1000010 | 0 | 10110 | 11111000 | 110101 | 110100 |
Color Harmonies of #5543C6
Complementary color
Monochromatic Colors of #5543C6
Black with #5543C6
Text Example
Text Example
White with #5543C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5543C6; }
p { color: rgb(85,67,198); }
H1.HeaderClassName
{
color: #5543C6;
}
.AnyTagClassName
{
color: #5543C6;
}
</style>
background-color css
<style>
a { background-color: #5543C6; }
a { background-color: rgb(85,67,198); }
div.DivClassName
{
background-color: #5543C6;
}
.BgClassName
{
background-color: #5543C6;
}
</style>
border-color css
<style>
span { border-color: #5543C6; }
span { border-color: rgb(85,67,198); }
td.TdClassName
{
border-color: #5543C6;
}
.TagClassName
{
border-color: #5543C6;
}
</style>