Shades of Slate Blue #5550CB
Tints of Slate Blue #5550CB
RGB
CMYK
RGB Variations
Color information
#5550CB (or 0x5550CB) is known color: Slate Blue. HEX triplet: 55, 50 and CB. RGB value is (85,80,203). Sum of RGB (Red+Green+Blue) = 85+80+203=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 203 (79.69% from 255 or 55.16% from 368); Max value from RGB is 203 - color contains mainly: blue. Hex color #5550CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5550CB is #AAAF34. Grayscale: #5F5F5F. Windows color (decimal): -11185973 or 13324373. OLE color: 13324373.
HSL color Cylindrical-coordinate representation of color #5550CB: hue angle of 242.44º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5550CB is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 80 | 203 | - |
| CMYK | 0.58 | 0.61 | 0 | 0.20 |
| HSL | 242.44º | 0.54% | 0.55% | - |
| HSV(B) | 242.44º | 0.61% | 0.8% | - |
| XYZ | 17.39 | 11.98 | 57.9 | - |
| YUV | 95.52 | 188.66 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 203 | 0.58 | 0.61 | 0 | 0.20 | 242.44 | 0.54 | 0.55 |
| Hex | 55 | 50 | CB | 3A | 3D | 0 | 14 | F2 | 36 | 37 |
| Octal | 125 | 120 | 313 | 72 | 75 | 0 | 24 | 362 | 66 | 67 |
| Binary | 1010101 | 1010000 | 11001011 | 111010 | 111101 | 0 | 10100 | 11110010 | 110110 | 110111 |
Color Harmonies of #5550CB
Complementary color
Monochromatic Colors of #5550CB
Black with #5550CB
Text Example
Text Example
White with #5550CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5550CB; }
p { color: rgb(85,80,203); }
H1.HeaderClassName
{
color: #5550CB;
}
.AnyTagClassName
{
color: #5550CB;
}
</style>
background-color css
<style>
a { background-color: #5550CB; }
a { background-color: rgb(85,80,203); }
div.DivClassName
{
background-color: #5550CB;
}
.BgClassName
{
background-color: #5550CB;
}
</style>
border-color css
<style>
span { border-color: #5550CB; }
span { border-color: rgb(85,80,203); }
td.TdClassName
{
border-color: #5550CB;
}
.TagClassName
{
border-color: #5550CB;
}
</style>