Shades of Slate Blue #5550C9
Tints of Slate Blue #5550C9
RGB
CMYK
RGB Variations
Color information
#5550C9 (or 0x5550C9) is known color: Slate Blue. HEX triplet: 55, 50 and C9. RGB value is (85,80,201). Sum of RGB (Red+Green+Blue) = 85+80+201=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 201 (78.91% from 255 or 54.92% from 366); Max value from RGB is 201 - color contains mainly: blue. Hex color #5550C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5550C9 is #AAAF36. Grayscale: #5E5E5E. Windows color (decimal): -11185975 or 13193301. OLE color: 13193301.
HSL color Cylindrical-coordinate representation of color #5550C9: hue angle of 242.48º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5550C9 is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 80 | 201 | - |
| CMYK | 0.58 | 0.60 | 0 | 0.21 |
| HSL | 242.48º | 0.53% | 0.55% | - |
| HSV(B) | 242.48º | 0.6% | 0.79% | - |
| XYZ | 17.16 | 11.89 | 56.65 | - |
| YUV | 95.29 | 187.66 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 201 | 0.58 | 0.60 | 0 | 0.21 | 242.48 | 0.53 | 0.55 |
| Hex | 55 | 50 | C9 | 3A | 3C | 0 | 15 | F2 | 35 | 37 |
| Octal | 125 | 120 | 311 | 72 | 74 | 0 | 25 | 362 | 65 | 67 |
| Binary | 1010101 | 1010000 | 11001001 | 111010 | 111100 | 0 | 10101 | 11110010 | 110101 | 110111 |
Color Harmonies of #5550C9
Complementary color
Monochromatic Colors of #5550C9
Black with #5550C9
Text Example
Text Example
White with #5550C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5550C9; }
p { color: rgb(85,80,201); }
H1.HeaderClassName
{
color: #5550C9;
}
.AnyTagClassName
{
color: #5550C9;
}
</style>
background-color css
<style>
a { background-color: #5550C9; }
a { background-color: rgb(85,80,201); }
div.DivClassName
{
background-color: #5550C9;
}
.BgClassName
{
background-color: #5550C9;
}
</style>
border-color css
<style>
span { border-color: #5550C9; }
span { border-color: rgb(85,80,201); }
td.TdClassName
{
border-color: #5550C9;
}
.TagClassName
{
border-color: #5550C9;
}
</style>