Shades of Rich Blue #554FBC
Tints of Rich Blue #554FBC
RGB
CMYK
RGB Variations
Color information
#554FBC (or 0x554FBC) is known color: Rich Blue. HEX triplet: 55, 4F and BC. RGB value is (85,79,188). Sum of RGB (Red+Green+Blue) = 85+79+188=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #554FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554FBC is #AAB043. Grayscale: #5C5C5C. Windows color (decimal): -11186244 or 12341077. OLE color: 12341077.
HSL color Cylindrical-coordinate representation of color #554FBC: hue angle of 243.3º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #554FBC is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 79 | 188 | - |
| CMYK | 0.55 | 0.58 | 0 | 0.26 |
| HSL | 243.3º | 0.45% | 0.52% | - |
| HSV(B) | 243.3º | 0.58% | 0.74% | - |
| XYZ | 15.62 | 11.15 | 48.91 | - |
| YUV | 93.22 | 181.49 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 79 | 188 | 0.55 | 0.58 | 0 | 0.26 | 243.3 | 0.45 | 0.52 |
| Hex | 55 | 4F | BC | 37 | 3A | 0 | 1A | F3 | 2D | 34 |
| Octal | 125 | 117 | 274 | 67 | 72 | 0 | 32 | 363 | 55 | 64 |
| Binary | 1010101 | 1001111 | 10111100 | 110111 | 111010 | 0 | 11010 | 11110011 | 101101 | 110100 |
Color Harmonies of #554FBC
Complementary color
Monochromatic Colors of #554FBC
Black with #554FBC
Text Example
Text Example
White with #554FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554FBC; }
p { color: rgb(85,79,188); }
H1.HeaderClassName
{
color: #554FBC;
}
.AnyTagClassName
{
color: #554FBC;
}
</style>
background-color css
<style>
a { background-color: #554FBC; }
a { background-color: rgb(85,79,188); }
div.DivClassName
{
background-color: #554FBC;
}
.BgClassName
{
background-color: #554FBC;
}
</style>
border-color css
<style>
span { border-color: #554FBC; }
span { border-color: rgb(85,79,188); }
td.TdClassName
{
border-color: #554FBC;
}
.TagClassName
{
border-color: #554FBC;
}
</style>