Shades of Slate Blue #5544CD
Tints of Slate Blue #5544CD
RGB
CMYK
RGB Variations
Color information
#5544CD (or 0x5544CD) is known color: Slate Blue. HEX triplet: 55, 44 and CD. RGB value is (85,68,205). Sum of RGB (Red+Green+Blue) = 85+68+205=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 205 (80.47% from 255 or 57.26% from 358); Max value from RGB is 205 - color contains mainly: blue. Hex color #5544CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5544CD is #AABB32. Grayscale: #585858. Windows color (decimal): -11189043 or 13452373. OLE color: 13452373.
HSL color Cylindrical-coordinate representation of color #5544CD: hue angle of 247.45º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5544CD is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 68 | 205 | - |
| CMYK | 0.59 | 0.67 | 0 | 0.20 |
| HSL | 247.45º | 0.58% | 0.54% | - |
| HSV(B) | 247.45º | 0.67% | 0.8% | - |
| XYZ | 16.83 | 10.47 | 58.89 | - |
| YUV | 88.7 | 193.63 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 68 | 205 | 0.59 | 0.67 | 0 | 0.20 | 247.45 | 0.58 | 0.54 |
| Hex | 55 | 44 | CD | 3B | 43 | 0 | 14 | F7 | 3A | 36 |
| Octal | 125 | 104 | 315 | 73 | 103 | 0 | 24 | 367 | 72 | 66 |
| Binary | 1010101 | 1000100 | 11001101 | 111011 | 1000011 | 0 | 10100 | 11110111 | 111010 | 110110 |
Color Harmonies of #5544CD
Complementary color
Monochromatic Colors of #5544CD
Black with #5544CD
Text Example
Text Example
White with #5544CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5544CD; }
p { color: rgb(85,68,205); }
H1.HeaderClassName
{
color: #5544CD;
}
.AnyTagClassName
{
color: #5544CD;
}
</style>
background-color css
<style>
a { background-color: #5544CD; }
a { background-color: rgb(85,68,205); }
div.DivClassName
{
background-color: #5544CD;
}
.BgClassName
{
background-color: #5544CD;
}
</style>
border-color css
<style>
span { border-color: #5544CD; }
span { border-color: rgb(85,68,205); }
td.TdClassName
{
border-color: #5544CD;
}
.TagClassName
{
border-color: #5544CD;
}
</style>