Shades of Slate Blue #5542DC
Tints of Slate Blue #5542DC
RGB
CMYK
RGB Variations
Color information
#5542DC (or 0x5542DC) is known color: Slate Blue. HEX triplet: 55, 42 and DC. RGB value is (85,66,220). Sum of RGB (Red+Green+Blue) = 85+66+220=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #5542DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5542DC is #AABD23. Grayscale: #585858. Windows color (decimal): -11189540 or 14434901. OLE color: 14434901.
HSL color Cylindrical-coordinate representation of color #5542DC: hue angle of 247.4º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5542DC is Cyan = 0.61, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 66 | 220 | - |
| CMYK | 0.61 | 0.7 | 0 | 0.14 |
| HSL | 247.4º | 0.69% | 0.56% | - |
| HSV(B) | 247.4º | 0.7% | 0.86% | - |
| XYZ | 18.61 | 11 | 68.85 | - |
| YUV | 89.24 | 201.79 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 220 | 0.61 | 0.7 | 0 | 0.14 | 247.4 | 0.69 | 0.56 |
| Hex | 55 | 42 | DC | 3D | 46 | 0 | E | F7 | 45 | 38 |
| Octal | 125 | 102 | 334 | 75 | 106 | 0 | 16 | 367 | 105 | 70 |
| Binary | 1010101 | 1000010 | 11011100 | 111101 | 1000110 | 0 | 1110 | 11110111 | 1000101 | 111000 |
Color Harmonies of #5542DC
Complementary color
Monochromatic Colors of #5542DC
Black with #5542DC
Text Example
Text Example
White with #5542DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5542DC; }
p { color: rgb(85,66,220); }
H1.HeaderClassName
{
color: #5542DC;
}
.AnyTagClassName
{
color: #5542DC;
}
</style>
background-color css
<style>
a { background-color: #5542DC; }
a { background-color: rgb(85,66,220); }
div.DivClassName
{
background-color: #5542DC;
}
.BgClassName
{
background-color: #5542DC;
}
</style>
border-color css
<style>
span { border-color: #5542DC; }
span { border-color: rgb(85,66,220); }
td.TdClassName
{
border-color: #5542DC;
}
.TagClassName
{
border-color: #5542DC;
}
</style>