Shades of Rich Blue #554EC1
Tints of Rich Blue #554EC1
RGB
CMYK
RGB Variations
Color information
#554EC1 (or 0x554EC1) is known color: Rich Blue. HEX triplet: 55, 4E and C1. RGB value is (85,78,193). Sum of RGB (Red+Green+Blue) = 85+78+193=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 193 (75.78% from 255 or 54.21% from 356); Max value from RGB is 193 - color contains mainly: blue. Hex color #554EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554EC1 is #AAB13E. Grayscale: #5C5C5C. Windows color (decimal): -11186495 or 12668501. OLE color: 12668501.
HSL color Cylindrical-coordinate representation of color #554EC1: hue angle of 243.65º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #554EC1 is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 78 | 193 | - |
| CMYK | 0.56 | 0.60 | 0 | 0.24 |
| HSL | 243.65º | 0.48% | 0.53% | - |
| HSV(B) | 243.65º | 0.6% | 0.76% | - |
| XYZ | 16.1 | 11.23 | 51.77 | - |
| YUV | 93.2 | 184.32 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 78 | 193 | 0.56 | 0.60 | 0 | 0.24 | 243.65 | 0.48 | 0.53 |
| Hex | 55 | 4E | C1 | 38 | 3C | 0 | 18 | F4 | 30 | 35 |
| Octal | 125 | 116 | 301 | 70 | 74 | 0 | 30 | 364 | 60 | 65 |
| Binary | 1010101 | 1001110 | 11000001 | 111000 | 111100 | 0 | 11000 | 11110100 | 110000 | 110101 |
Color Harmonies of #554EC1
Complementary color
Monochromatic Colors of #554EC1
Black with #554EC1
Text Example
Text Example
White with #554EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554EC1; }
p { color: rgb(85,78,193); }
H1.HeaderClassName
{
color: #554EC1;
}
.AnyTagClassName
{
color: #554EC1;
}
</style>
background-color css
<style>
a { background-color: #554EC1; }
a { background-color: rgb(85,78,193); }
div.DivClassName
{
background-color: #554EC1;
}
.BgClassName
{
background-color: #554EC1;
}
</style>
border-color css
<style>
span { border-color: #554EC1; }
span { border-color: rgb(85,78,193); }
td.TdClassName
{
border-color: #554EC1;
}
.TagClassName
{
border-color: #554EC1;
}
</style>