Shades of Rich Blue #554AC0
Tints of Rich Blue #554AC0
RGB
CMYK
RGB Variations
Color information
#554AC0 (or 0x554AC0) is known color: Rich Blue. HEX triplet: 55, 4A and C0. RGB value is (85,74,192). Sum of RGB (Red+Green+Blue) = 85+74+192=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 192 (75.39% from 255 or 54.70% from 351); Max value from RGB is 192 - color contains mainly: blue. Hex color #554AC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554AC0 is #AAB53F. Grayscale: #5A5A5A. Windows color (decimal): -11187520 or 12601941. OLE color: 12601941.
HSL color Cylindrical-coordinate representation of color #554AC0: hue angle of 245.59º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #554AC0 is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 74 | 192 | - |
| CMYK | 0.56 | 0.61 | 0 | 0.25 |
| HSL | 245.59º | 0.48% | 0.52% | - |
| HSV(B) | 245.59º | 0.61% | 0.75% | - |
| XYZ | 15.71 | 10.63 | 51.09 | - |
| YUV | 90.74 | 185.14 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 74 | 192 | 0.56 | 0.61 | 0 | 0.25 | 245.59 | 0.48 | 0.52 |
| Hex | 55 | 4A | C0 | 38 | 3D | 0 | 19 | F6 | 30 | 34 |
| Octal | 125 | 112 | 300 | 70 | 75 | 0 | 31 | 366 | 60 | 64 |
| Binary | 1010101 | 1001010 | 11000000 | 111000 | 111101 | 0 | 11001 | 11110110 | 110000 | 110100 |
Color Harmonies of #554AC0
Complementary color
Monochromatic Colors of #554AC0
Black with #554AC0
Text Example
Text Example
White with #554AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554AC0; }
p { color: rgb(85,74,192); }
H1.HeaderClassName
{
color: #554AC0;
}
.AnyTagClassName
{
color: #554AC0;
}
</style>
background-color css
<style>
a { background-color: #554AC0; }
a { background-color: rgb(85,74,192); }
div.DivClassName
{
background-color: #554AC0;
}
.BgClassName
{
background-color: #554AC0;
}
</style>
border-color css
<style>
span { border-color: #554AC0; }
span { border-color: rgb(85,74,192); }
td.TdClassName
{
border-color: #554AC0;
}
.TagClassName
{
border-color: #554AC0;
}
</style>