Shades of Rich Blue #5551C3
Tints of Rich Blue #5551C3
RGB
CMYK
RGB Variations
Color information
#5551C3 (or 0x5551C3) is known color: Rich Blue. HEX triplet: 55, 51 and C3. RGB value is (85,81,195). Sum of RGB (Red+Green+Blue) = 85+81+195=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 195 (76.56% from 255 or 54.02% from 361); Max value from RGB is 195 - color contains mainly: blue. Hex color #5551C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5551C3 is #AAAE3C. Grayscale: #5E5E5E. Windows color (decimal): -11185725 or 12800341. OLE color: 12800341.
HSL color Cylindrical-coordinate representation of color #5551C3: hue angle of 242.11º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5551C3 is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 81 | 195 | - |
| CMYK | 0.56 | 0.58 | 0 | 0.24 |
| HSL | 242.11º | 0.49% | 0.54% | - |
| HSV(B) | 242.11º | 0.58% | 0.76% | - |
| XYZ | 16.54 | 11.76 | 53.03 | - |
| YUV | 95.19 | 184.33 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 195 | 0.56 | 0.58 | 0 | 0.24 | 242.11 | 0.49 | 0.54 |
| Hex | 55 | 51 | C3 | 38 | 3A | 0 | 18 | F2 | 31 | 36 |
| Octal | 125 | 121 | 303 | 70 | 72 | 0 | 30 | 362 | 61 | 66 |
| Binary | 1010101 | 1010001 | 11000011 | 111000 | 111010 | 0 | 11000 | 11110010 | 110001 | 110110 |
Color Harmonies of #5551C3
Complementary color
Monochromatic Colors of #5551C3
Black with #5551C3
Text Example
Text Example
White with #5551C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5551C3; }
p { color: rgb(85,81,195); }
H1.HeaderClassName
{
color: #5551C3;
}
.AnyTagClassName
{
color: #5551C3;
}
</style>
background-color css
<style>
a { background-color: #5551C3; }
a { background-color: rgb(85,81,195); }
div.DivClassName
{
background-color: #5551C3;
}
.BgClassName
{
background-color: #5551C3;
}
</style>
border-color css
<style>
span { border-color: #5551C3; }
span { border-color: rgb(85,81,195); }
td.TdClassName
{
border-color: #5551C3;
}
.TagClassName
{
border-color: #5551C3;
}
</style>