Shades of Rich Blue #554ABB
Tints of Rich Blue #554ABB
RGB
CMYK
RGB Variations
Color information
#554ABB (or 0x554ABB) is known color: Rich Blue. HEX triplet: 55, 4A and BB. RGB value is (85,74,187). Sum of RGB (Red+Green+Blue) = 85+74+187=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 187 (73.44% from 255 or 54.05% from 346); Max value from RGB is 187 - color contains mainly: blue. Hex color #554ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554ABB is #AAB544. Grayscale: #595959. Windows color (decimal): -11187525 or 12274261. OLE color: 12274261.
HSL color Cylindrical-coordinate representation of color #554ABB: hue angle of 245.84º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #554ABB is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 74 | 187 | - |
| CMYK | 0.55 | 0.60 | 0 | 0.27 |
| HSL | 245.84º | 0.45% | 0.51% | - |
| HSV(B) | 245.84º | 0.6% | 0.73% | - |
| XYZ | 15.16 | 10.42 | 48.23 | - |
| YUV | 90.17 | 182.64 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 74 | 187 | 0.55 | 0.60 | 0 | 0.27 | 245.84 | 0.45 | 0.51 |
| Hex | 55 | 4A | BB | 37 | 3C | 0 | 1B | F6 | 2D | 33 |
| Octal | 125 | 112 | 273 | 67 | 74 | 0 | 33 | 366 | 55 | 63 |
| Binary | 1010101 | 1001010 | 10111011 | 110111 | 111100 | 0 | 11011 | 11110110 | 101101 | 110011 |
Color Harmonies of #554ABB
Complementary color
Monochromatic Colors of #554ABB
Black with #554ABB
Text Example
Text Example
White with #554ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554ABB; }
p { color: rgb(85,74,187); }
H1.HeaderClassName
{
color: #554ABB;
}
.AnyTagClassName
{
color: #554ABB;
}
</style>
background-color css
<style>
a { background-color: #554ABB; }
a { background-color: rgb(85,74,187); }
div.DivClassName
{
background-color: #554ABB;
}
.BgClassName
{
background-color: #554ABB;
}
</style>
border-color css
<style>
span { border-color: #554ABB; }
span { border-color: rgb(85,74,187); }
td.TdClassName
{
border-color: #554ABB;
}
.TagClassName
{
border-color: #554ABB;
}
</style>