Shades of Slate Blue #5442DE
Tints of Slate Blue #5442DE
RGB
CMYK
RGB Variations
Color information
#5442DE (or 0x5442DE) is known color: Slate Blue. HEX triplet: 54, 42 and DE. RGB value is (84,66,222). Sum of RGB (Red+Green+Blue) = 84+66+222=372 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.58% from 372); Green value is 66 (26.17% from 255 or 17.74% from 372); Blue value is 222 (87.11% from 255 or 59.68% from 372); Max value from RGB is 222 - color contains mainly: blue. Hex color #5442DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5442DE is #ABBD21. Grayscale: #585858. Windows color (decimal): -11255074 or 14565972. OLE color: 14565972.
HSL color Cylindrical-coordinate representation of color #5442DE: hue angle of 246.92º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5442DE is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 66 | 222 | - |
| CMYK | 0.62 | 0.70 | 0 | 0.13 |
| HSL | 246.92º | 0.7% | 0.56% | - |
| HSV(B) | 246.92º | 0.7% | 0.87% | - |
| XYZ | 18.79 | 11.06 | 70.25 | - |
| YUV | 89.17 | 202.96 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 66 | 222 | 0.62 | 0.70 | 0 | 0.13 | 246.92 | 0.7 | 0.56 |
| Hex | 54 | 42 | DE | 3E | 46 | 0 | D | F7 | 46 | 38 |
| Octal | 124 | 102 | 336 | 76 | 106 | 0 | 15 | 367 | 106 | 70 |
| Binary | 1010100 | 1000010 | 11011110 | 111110 | 1000110 | 0 | 1101 | 11110111 | 1000110 | 111000 |
Color Harmonies of #5442DE
Complementary color
Monochromatic Colors of #5442DE
Black with #5442DE
Text Example
Text Example
White with #5442DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5442DE; }
p { color: rgb(84,66,222); }
H1.HeaderClassName
{
color: #5442DE;
}
.AnyTagClassName
{
color: #5442DE;
}
</style>
background-color css
<style>
a { background-color: #5442DE; }
a { background-color: rgb(84,66,222); }
div.DivClassName
{
background-color: #5442DE;
}
.BgClassName
{
background-color: #5442DE;
}
</style>
border-color css
<style>
span { border-color: #5442DE; }
span { border-color: rgb(84,66,222); }
td.TdClassName
{
border-color: #5442DE;
}
.TagClassName
{
border-color: #5442DE;
}
</style>