Shades of Rich Blue #554BBC
Tints of Rich Blue #554BBC
RGB
CMYK
RGB Variations
Color information
#554BBC (or 0x554BBC) is known color: Rich Blue. HEX triplet: 55, 4B and BC. RGB value is (85,75,188). Sum of RGB (Red+Green+Blue) = 85+75+188=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 75 (29.69% from 255 or 21.55% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #554BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554BBC is #AAB443. Grayscale: #5A5A5A. Windows color (decimal): -11187268 or 12340053. OLE color: 12340053.
HSL color Cylindrical-coordinate representation of color #554BBC: hue angle of 245.31º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #554BBC is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 75 | 188 | - |
| CMYK | 0.55 | 0.60 | 0 | 0.26 |
| HSL | 245.31º | 0.46% | 0.52% | - |
| HSV(B) | 245.31º | 0.6% | 0.74% | - |
| XYZ | 15.34 | 10.59 | 48.81 | - |
| YUV | 90.87 | 182.81 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 75 | 188 | 0.55 | 0.60 | 0 | 0.26 | 245.31 | 0.46 | 0.52 |
| Hex | 55 | 4B | BC | 37 | 3C | 0 | 1A | F5 | 2E | 34 |
| Octal | 125 | 113 | 274 | 67 | 74 | 0 | 32 | 365 | 56 | 64 |
| Binary | 1010101 | 1001011 | 10111100 | 110111 | 111100 | 0 | 11010 | 11110101 | 101110 | 110100 |
Color Harmonies of #554BBC
Complementary color
Monochromatic Colors of #554BBC
Black with #554BBC
Text Example
Text Example
White with #554BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554BBC; }
p { color: rgb(85,75,188); }
H1.HeaderClassName
{
color: #554BBC;
}
.AnyTagClassName
{
color: #554BBC;
}
</style>
background-color css
<style>
a { background-color: #554BBC; }
a { background-color: rgb(85,75,188); }
div.DivClassName
{
background-color: #554BBC;
}
.BgClassName
{
background-color: #554BBC;
}
</style>
border-color css
<style>
span { border-color: #554BBC; }
span { border-color: rgb(85,75,188); }
td.TdClassName
{
border-color: #554BBC;
}
.TagClassName
{
border-color: #554BBC;
}
</style>