Shades of Rich Blue #554DBB
Tints of Rich Blue #554DBB
RGB
CMYK
RGB Variations
Color information
#554DBB (or 0x554DBB) is known color: Rich Blue. HEX triplet: 55, 4D and BB. RGB value is (85,77,187). Sum of RGB (Red+Green+Blue) = 85+77+187=349 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.36% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 187 (73.44% from 255 or 53.58% from 349); Max value from RGB is 187 - color contains mainly: blue. Hex color #554DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554DBB is #AAB244. Grayscale: #5B5B5B. Windows color (decimal): -11186757 or 12275029. OLE color: 12275029.
HSL color Cylindrical-coordinate representation of color #554DBB: hue angle of 244.36º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #554DBB is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 77 | 187 | - |
| CMYK | 0.55 | 0.59 | 0 | 0.27 |
| HSL | 244.36º | 0.45% | 0.52% | - |
| HSV(B) | 244.36º | 0.59% | 0.73% | - |
| XYZ | 15.37 | 10.83 | 48.29 | - |
| YUV | 91.93 | 181.65 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 187 | 0.55 | 0.59 | 0 | 0.27 | 244.36 | 0.45 | 0.52 |
| Hex | 55 | 4D | BB | 37 | 3B | 0 | 1B | F4 | 2D | 34 |
| Octal | 125 | 115 | 273 | 67 | 73 | 0 | 33 | 364 | 55 | 64 |
| Binary | 1010101 | 1001101 | 10111011 | 110111 | 111011 | 0 | 11011 | 11110100 | 101101 | 110100 |
Color Harmonies of #554DBB
Complementary color
Monochromatic Colors of #554DBB
Black with #554DBB
Text Example
Text Example
White with #554DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554DBB; }
p { color: rgb(85,77,187); }
H1.HeaderClassName
{
color: #554DBB;
}
.AnyTagClassName
{
color: #554DBB;
}
</style>
background-color css
<style>
a { background-color: #554DBB; }
a { background-color: rgb(85,77,187); }
div.DivClassName
{
background-color: #554DBB;
}
.BgClassName
{
background-color: #554DBB;
}
</style>
border-color css
<style>
span { border-color: #554DBB; }
span { border-color: rgb(85,77,187); }
td.TdClassName
{
border-color: #554DBB;
}
.TagClassName
{
border-color: #554DBB;
}
</style>