Shades of Slate Blue #5443C9
Tints of Slate Blue #5443C9
RGB
CMYK
RGB Variations
Color information
#5443C9 (or 0x5443C9) is known color: Slate Blue. HEX triplet: 54, 43 and C9. RGB value is (84,67,201). Sum of RGB (Red+Green+Blue) = 84+67+201=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 67 (26.56% from 255 or 19.03% from 352); Blue value is 201 (78.91% from 255 or 57.10% from 352); Max value from RGB is 201 - color contains mainly: blue. Hex color #5443C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5443C9 is #ABBC36. Grayscale: #565656. Windows color (decimal): -11254839 or 13189972. OLE color: 13189972.
HSL color Cylindrical-coordinate representation of color #5443C9: hue angle of 247.61º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5443C9 is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 67 | 201 | - |
| CMYK | 0.58 | 0.67 | 0 | 0.21 |
| HSL | 247.61º | 0.55% | 0.53% | - |
| HSV(B) | 247.61º | 0.67% | 0.79% | - |
| XYZ | 16.21 | 10.12 | 56.36 | - |
| YUV | 87.36 | 192.13 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 67 | 201 | 0.58 | 0.67 | 0 | 0.21 | 247.61 | 0.55 | 0.53 |
| Hex | 54 | 43 | C9 | 3A | 43 | 0 | 15 | F8 | 37 | 35 |
| Octal | 124 | 103 | 311 | 72 | 103 | 0 | 25 | 370 | 67 | 65 |
| Binary | 1010100 | 1000011 | 11001001 | 111010 | 1000011 | 0 | 10101 | 11111000 | 110111 | 110101 |
Color Harmonies of #5443C9
Complementary color
Monochromatic Colors of #5443C9
Black with #5443C9
Text Example
Text Example
White with #5443C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5443C9; }
p { color: rgb(84,67,201); }
H1.HeaderClassName
{
color: #5443C9;
}
.AnyTagClassName
{
color: #5443C9;
}
</style>
background-color css
<style>
a { background-color: #5443C9; }
a { background-color: rgb(84,67,201); }
div.DivClassName
{
background-color: #5443C9;
}
.BgClassName
{
background-color: #5443C9;
}
</style>
border-color css
<style>
span { border-color: #5443C9; }
span { border-color: rgb(84,67,201); }
td.TdClassName
{
border-color: #5443C9;
}
.TagClassName
{
border-color: #5443C9;
}
</style>