Shades of Slate Blue #5443CE
Tints of Slate Blue #5443CE
RGB
CMYK
RGB Variations
Color information
#5443CE (or 0x5443CE) is known color: Slate Blue. HEX triplet: 54, 43 and CE. RGB value is (84,67,206). Sum of RGB (Red+Green+Blue) = 84+67+206=357 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.53% from 357); Green value is 67 (26.56% from 255 or 18.77% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #5443CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5443CE is #ABBC31. Grayscale: #575757. Windows color (decimal): -11254834 or 13517652. OLE color: 13517652.
HSL color Cylindrical-coordinate representation of color #5443CE: hue angle of 247.34º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5443CE is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 67 | 206 | - |
| CMYK | 0.59 | 0.67 | 0 | 0.19 |
| HSL | 247.34º | 0.59% | 0.54% | - |
| HSV(B) | 247.34º | 0.67% | 0.81% | - |
| XYZ | 16.8 | 10.36 | 59.51 | - |
| YUV | 87.93 | 194.63 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 67 | 206 | 0.59 | 0.67 | 0 | 0.19 | 247.34 | 0.59 | 0.54 |
| Hex | 54 | 43 | CE | 3B | 43 | 0 | 13 | F7 | 3B | 36 |
| Octal | 124 | 103 | 316 | 73 | 103 | 0 | 23 | 367 | 73 | 66 |
| Binary | 1010100 | 1000011 | 11001110 | 111011 | 1000011 | 0 | 10011 | 11110111 | 111011 | 110110 |
Color Harmonies of #5443CE
Complementary color
Monochromatic Colors of #5443CE
Black with #5443CE
Text Example
Text Example
White with #5443CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5443CE; }
p { color: rgb(84,67,206); }
H1.HeaderClassName
{
color: #5443CE;
}
.AnyTagClassName
{
color: #5443CE;
}
</style>
background-color css
<style>
a { background-color: #5443CE; }
a { background-color: rgb(84,67,206); }
div.DivClassName
{
background-color: #5443CE;
}
.BgClassName
{
background-color: #5443CE;
}
</style>
border-color css
<style>
span { border-color: #5443CE; }
span { border-color: rgb(84,67,206); }
td.TdClassName
{
border-color: #5443CE;
}
.TagClassName
{
border-color: #5443CE;
}
</style>