Shades of Slate Blue #5550D5
Tints of Slate Blue #5550D5
RGB
CMYK
RGB Variations
Color information
#5550D5 (or 0x5550D5) is known color: Slate Blue. HEX triplet: 55, 50 and D5. RGB value is (85,80,213). Sum of RGB (Red+Green+Blue) = 85+80+213=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 213 (83.59% from 255 or 56.35% from 378); Max value from RGB is 213 - color contains mainly: blue. Hex color #5550D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5550D5 is #AAAF2A. Grayscale: #606060. Windows color (decimal): -11185963 or 13979733. OLE color: 13979733.
HSL color Cylindrical-coordinate representation of color #5550D5: hue angle of 242.26º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5550D5 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 80 | 213 | - |
| CMYK | 0.60 | 0.62 | 0 | 0.16 |
| HSL | 242.26º | 0.61% | 0.57% | - |
| HSV(B) | 242.26º | 0.62% | 0.84% | - |
| XYZ | 18.63 | 12.47 | 64.38 | - |
| YUV | 96.66 | 193.66 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 213 | 0.60 | 0.62 | 0 | 0.16 | 242.26 | 0.61 | 0.57 |
| Hex | 55 | 50 | D5 | 3C | 3E | 0 | 10 | F2 | 3D | 39 |
| Octal | 125 | 120 | 325 | 74 | 76 | 0 | 20 | 362 | 75 | 71 |
| Binary | 1010101 | 1010000 | 11010101 | 111100 | 111110 | 0 | 10000 | 11110010 | 111101 | 111001 |
Color Harmonies of #5550D5
Complementary color
Monochromatic Colors of #5550D5
Black with #5550D5
Text Example
Text Example
White with #5550D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5550D5; }
p { color: rgb(85,80,213); }
H1.HeaderClassName
{
color: #5550D5;
}
.AnyTagClassName
{
color: #5550D5;
}
</style>
background-color css
<style>
a { background-color: #5550D5; }
a { background-color: rgb(85,80,213); }
div.DivClassName
{
background-color: #5550D5;
}
.BgClassName
{
background-color: #5550D5;
}
</style>
border-color css
<style>
span { border-color: #5550D5; }
span { border-color: rgb(85,80,213); }
td.TdClassName
{
border-color: #5550D5;
}
.TagClassName
{
border-color: #5550D5;
}
</style>