Shades of Slate Blue #5542CD
Tints of Slate Blue #5542CD
RGB
CMYK
RGB Variations
Color information
#5542CD (or 0x5542CD) is known color: Slate Blue. HEX triplet: 55, 42 and CD. RGB value is (85,66,205). Sum of RGB (Red+Green+Blue) = 85+66+205=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 205 (80.47% from 255 or 57.58% from 356); Max value from RGB is 205 - color contains mainly: blue. Hex color #5542CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5542CD is #AABD32. Grayscale: #565656. Windows color (decimal): -11189555 or 13451861. OLE color: 13451861.
HSL color Cylindrical-coordinate representation of color #5542CD: hue angle of 248.2º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5542CD is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 66 | 205 | - |
| CMYK | 0.59 | 0.68 | 0 | 0.20 |
| HSL | 248.2º | 0.58% | 0.53% | - |
| HSV(B) | 248.2º | 0.68% | 0.8% | - |
| XYZ | 16.71 | 10.24 | 58.85 | - |
| YUV | 87.53 | 194.29 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 205 | 0.59 | 0.68 | 0 | 0.20 | 248.2 | 0.58 | 0.53 |
| Hex | 55 | 42 | CD | 3B | 44 | 0 | 14 | F8 | 3A | 35 |
| Octal | 125 | 102 | 315 | 73 | 104 | 0 | 24 | 370 | 72 | 65 |
| Binary | 1010101 | 1000010 | 11001101 | 111011 | 1000100 | 0 | 10100 | 11111000 | 111010 | 110101 |
Color Harmonies of #5542CD
Complementary color
Monochromatic Colors of #5542CD
Black with #5542CD
Text Example
Text Example
White with #5542CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5542CD; }
p { color: rgb(85,66,205); }
H1.HeaderClassName
{
color: #5542CD;
}
.AnyTagClassName
{
color: #5542CD;
}
</style>
background-color css
<style>
a { background-color: #5542CD; }
a { background-color: rgb(85,66,205); }
div.DivClassName
{
background-color: #5542CD;
}
.BgClassName
{
background-color: #5542CD;
}
</style>
border-color css
<style>
span { border-color: #5542CD; }
span { border-color: rgb(85,66,205); }
td.TdClassName
{
border-color: #5542CD;
}
.TagClassName
{
border-color: #5542CD;
}
</style>