Shades of Rich Blue #5550C1
Tints of Rich Blue #5550C1
RGB
CMYK
RGB Variations
Color information
#5550C1 (or 0x5550C1) is known color: Rich Blue. HEX triplet: 55, 50 and C1. RGB value is (85,80,193). Sum of RGB (Red+Green+Blue) = 85+80+193=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 193 (75.78% from 255 or 53.91% from 358); Max value from RGB is 193 - color contains mainly: blue. Hex color #5550C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5550C1 is #AAAF3E. Grayscale: #5D5D5D. Windows color (decimal): -11185983 or 12669013. OLE color: 12669013.
HSL color Cylindrical-coordinate representation of color #5550C1: hue angle of 242.65º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5550C1 is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 80 | 193 | - |
| CMYK | 0.56 | 0.59 | 0 | 0.24 |
| HSL | 242.65º | 0.48% | 0.54% | - |
| HSV(B) | 242.65º | 0.59% | 0.76% | - |
| XYZ | 16.24 | 11.52 | 51.82 | - |
| YUV | 94.38 | 183.66 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 193 | 0.56 | 0.59 | 0 | 0.24 | 242.65 | 0.48 | 0.54 |
| Hex | 55 | 50 | C1 | 38 | 3B | 0 | 18 | F3 | 30 | 36 |
| Octal | 125 | 120 | 301 | 70 | 73 | 0 | 30 | 363 | 60 | 66 |
| Binary | 1010101 | 1010000 | 11000001 | 111000 | 111011 | 0 | 11000 | 11110011 | 110000 | 110110 |
Color Harmonies of #5550C1
Complementary color
Monochromatic Colors of #5550C1
Black with #5550C1
Text Example
Text Example
White with #5550C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5550C1; }
p { color: rgb(85,80,193); }
H1.HeaderClassName
{
color: #5550C1;
}
.AnyTagClassName
{
color: #5550C1;
}
</style>
background-color css
<style>
a { background-color: #5550C1; }
a { background-color: rgb(85,80,193); }
div.DivClassName
{
background-color: #5550C1;
}
.BgClassName
{
background-color: #5550C1;
}
</style>
border-color css
<style>
span { border-color: #5550C1; }
span { border-color: rgb(85,80,193); }
td.TdClassName
{
border-color: #5550C1;
}
.TagClassName
{
border-color: #5550C1;
}
</style>