Shades of Slate Blue #5544C9
Tints of Slate Blue #5544C9
RGB
CMYK
RGB Variations
Color information
#5544C9 (or 0x5544C9) is known color: Slate Blue. HEX triplet: 55, 44 and C9. RGB value is (85,68,201). Sum of RGB (Red+Green+Blue) = 85+68+201=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 201 (78.91% from 255 or 56.78% from 354); Max value from RGB is 201 - color contains mainly: blue. Hex color #5544C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5544C9 is #AABB36. Grayscale: #575757. Windows color (decimal): -11189047 or 13190229. OLE color: 13190229.
HSL color Cylindrical-coordinate representation of color #5544C9: hue angle of 247.67º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5544C9 is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 68 | 201 | - |
| CMYK | 0.58 | 0.66 | 0 | 0.21 |
| HSL | 247.67º | 0.55% | 0.53% | - |
| HSV(B) | 247.67º | 0.66% | 0.79% | - |
| XYZ | 16.36 | 10.28 | 56.38 | - |
| YUV | 88.25 | 191.63 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 68 | 201 | 0.58 | 0.66 | 0 | 0.21 | 247.67 | 0.55 | 0.53 |
| Hex | 55 | 44 | C9 | 3A | 42 | 0 | 15 | F8 | 37 | 35 |
| Octal | 125 | 104 | 311 | 72 | 102 | 0 | 25 | 370 | 67 | 65 |
| Binary | 1010101 | 1000100 | 11001001 | 111010 | 1000010 | 0 | 10101 | 11111000 | 110111 | 110101 |
Color Harmonies of #5544C9
Complementary color
Monochromatic Colors of #5544C9
Black with #5544C9
Text Example
Text Example
White with #5544C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5544C9; }
p { color: rgb(85,68,201); }
H1.HeaderClassName
{
color: #5544C9;
}
.AnyTagClassName
{
color: #5544C9;
}
</style>
background-color css
<style>
a { background-color: #5544C9; }
a { background-color: rgb(85,68,201); }
div.DivClassName
{
background-color: #5544C9;
}
.BgClassName
{
background-color: #5544C9;
}
</style>
border-color css
<style>
span { border-color: #5544C9; }
span { border-color: rgb(85,68,201); }
td.TdClassName
{
border-color: #5544C9;
}
.TagClassName
{
border-color: #5544C9;
}
</style>