Shades of Slate Blue #5443DA
Tints of Slate Blue #5443DA
RGB
CMYK
RGB Variations
Color information
#5443DA (or 0x5443DA) is known color: Slate Blue. HEX triplet: 54, 43 and DA. RGB value is (84,67,218). Sum of RGB (Red+Green+Blue) = 84+67+218=369 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.76% from 369); Green value is 67 (26.56% from 255 or 18.16% from 369); Blue value is 218 (85.55% from 255 or 59.08% from 369); Max value from RGB is 218 - color contains mainly: blue. Hex color #5443DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5443DA is #ABBC25. Grayscale: #585858. Windows color (decimal): -11254822 or 14304084. OLE color: 14304084.
HSL color Cylindrical-coordinate representation of color #5443DA: hue angle of 246.75º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5443DA is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 67 | 218 | - |
| CMYK | 0.61 | 0.69 | 0 | 0.15 |
| HSL | 246.76º | 0.67% | 0.56% | - |
| HSV(B) | 246.76º | 0.69% | 0.85% | - |
| XYZ | 18.32 | 10.96 | 67.48 | - |
| YUV | 89.3 | 200.63 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 67 | 218 | 0.61 | 0.69 | 0 | 0.15 | 246.76 | 0.67 | 0.56 |
| Hex | 54 | 43 | DA | 3D | 45 | 0 | F | F7 | 43 | 38 |
| Octal | 124 | 103 | 332 | 75 | 105 | 0 | 17 | 367 | 103 | 70 |
| Binary | 1010100 | 1000011 | 11011010 | 111101 | 1000101 | 0 | 1111 | 11110111 | 1000011 | 111000 |
Color Harmonies of #5443DA
Complementary color
Monochromatic Colors of #5443DA
Black with #5443DA
Text Example
Text Example
White with #5443DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5443DA; }
p { color: rgb(84,67,218); }
H1.HeaderClassName
{
color: #5443DA;
}
.AnyTagClassName
{
color: #5443DA;
}
</style>
background-color css
<style>
a { background-color: #5443DA; }
a { background-color: rgb(84,67,218); }
div.DivClassName
{
background-color: #5443DA;
}
.BgClassName
{
background-color: #5443DA;
}
</style>
border-color css
<style>
span { border-color: #5443DA; }
span { border-color: rgb(84,67,218); }
td.TdClassName
{
border-color: #5443DA;
}
.TagClassName
{
border-color: #5443DA;
}
</style>