Shades of Rich Blue #554EC2
Tints of Rich Blue #554EC2
RGB
CMYK
RGB Variations
Color information
#554EC2 (or 0x554EC2) is known color: Rich Blue. HEX triplet: 55, 4E and C2. RGB value is (85,78,194). Sum of RGB (Red+Green+Blue) = 85+78+194=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 78 (30.86% from 255 or 21.85% from 357); Blue value is 194 (76.17% from 255 or 54.34% from 357); Max value from RGB is 194 - color contains mainly: blue. Hex color #554EC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554EC2 is #AAB13D. Grayscale: #5C5C5C. Windows color (decimal): -11186494 or 12734037. OLE color: 12734037.
HSL color Cylindrical-coordinate representation of color #554EC2: hue angle of 243.62º degrees, saturation: 0.49, 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 #554EC2 is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 78 | 194 | - |
| CMYK | 0.56 | 0.60 | 0 | 0.24 |
| HSL | 243.62º | 0.49% | 0.53% | - |
| HSV(B) | 243.62º | 0.6% | 0.76% | - |
| XYZ | 16.21 | 11.28 | 52.36 | - |
| YUV | 93.32 | 184.82 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 78 | 194 | 0.56 | 0.60 | 0 | 0.24 | 243.62 | 0.49 | 0.53 |
| Hex | 55 | 4E | C2 | 38 | 3C | 0 | 18 | F4 | 31 | 35 |
| Octal | 125 | 116 | 302 | 70 | 74 | 0 | 30 | 364 | 61 | 65 |
| Binary | 1010101 | 1001110 | 11000010 | 111000 | 111100 | 0 | 11000 | 11110100 | 110001 | 110101 |
Color Harmonies of #554EC2
Complementary color
Monochromatic Colors of #554EC2
Black with #554EC2
Text Example
Text Example
White with #554EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554EC2; }
p { color: rgb(85,78,194); }
H1.HeaderClassName
{
color: #554EC2;
}
.AnyTagClassName
{
color: #554EC2;
}
</style>
background-color css
<style>
a { background-color: #554EC2; }
a { background-color: rgb(85,78,194); }
div.DivClassName
{
background-color: #554EC2;
}
.BgClassName
{
background-color: #554EC2;
}
</style>
border-color css
<style>
span { border-color: #554EC2; }
span { border-color: rgb(85,78,194); }
td.TdClassName
{
border-color: #554EC2;
}
.TagClassName
{
border-color: #554EC2;
}
</style>