Shades of Slate Blue #5540CD
Tints of Slate Blue #5540CD
RGB
CMYK
RGB Variations
Color information
#5540CD (or 0x5540CD) is known color: Slate Blue. HEX triplet: 55, 40 and CD. RGB value is (85,64,205). Sum of RGB (Red+Green+Blue) = 85+64+205=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 205 (80.47% from 255 or 57.91% from 354); Max value from RGB is 205 - color contains mainly: blue. Hex color #5540CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5540CD is #AABF32. Grayscale: #555555. Windows color (decimal): -11190067 or 13451349. OLE color: 13451349.
HSL color Cylindrical-coordinate representation of color #5540CD: hue angle of 248.94º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5540CD is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 64 | 205 | - |
| CMYK | 0.59 | 0.69 | 0 | 0.20 |
| HSL | 248.94º | 0.59% | 0.53% | - |
| HSV(B) | 248.94º | 0.69% | 0.8% | - |
| XYZ | 16.6 | 10.01 | 58.81 | - |
| YUV | 86.35 | 194.96 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 64 | 205 | 0.59 | 0.69 | 0 | 0.20 | 248.94 | 0.59 | 0.53 |
| Hex | 55 | 40 | CD | 3B | 45 | 0 | 14 | F9 | 3B | 35 |
| Octal | 125 | 100 | 315 | 73 | 105 | 0 | 24 | 371 | 73 | 65 |
| Binary | 1010101 | 1000000 | 11001101 | 111011 | 1000101 | 0 | 10100 | 11111001 | 111011 | 110101 |
Color Harmonies of #5540CD
Complementary color
Monochromatic Colors of #5540CD
Black with #5540CD
Text Example
Text Example
White with #5540CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5540CD; }
p { color: rgb(85,64,205); }
H1.HeaderClassName
{
color: #5540CD;
}
.AnyTagClassName
{
color: #5540CD;
}
</style>
background-color css
<style>
a { background-color: #5540CD; }
a { background-color: rgb(85,64,205); }
div.DivClassName
{
background-color: #5540CD;
}
.BgClassName
{
background-color: #5540CD;
}
</style>
border-color css
<style>
span { border-color: #5540CD; }
span { border-color: rgb(85,64,205); }
td.TdClassName
{
border-color: #5540CD;
}
.TagClassName
{
border-color: #5540CD;
}
</style>