Shades of Rich Blue #554FBA
Tints of Rich Blue #554FBA
RGB
CMYK
RGB Variations
Color information
#554FBA (or 0x554FBA) is known color: Rich Blue. HEX triplet: 55, 4F and BA. RGB value is (85,79,186). Sum of RGB (Red+Green+Blue) = 85+79+186=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 79 (31.25% from 255 or 22.57% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #554FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554FBA is #AAB045. Grayscale: #5C5C5C. Windows color (decimal): -11186246 or 12210005. OLE color: 12210005.
HSL color Cylindrical-coordinate representation of color #554FBA: hue angle of 243.36º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #554FBA is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 79 | 186 | - |
| CMYK | 0.54 | 0.58 | 0 | 0.27 |
| HSL | 243.36º | 0.44% | 0.52% | - |
| HSV(B) | 243.36º | 0.58% | 0.73% | - |
| XYZ | 15.41 | 11.07 | 47.78 | - |
| YUV | 92.99 | 180.49 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 79 | 186 | 0.54 | 0.58 | 0 | 0.27 | 243.36 | 0.44 | 0.52 |
| Hex | 55 | 4F | BA | 36 | 3A | 0 | 1B | F3 | 2C | 34 |
| Octal | 125 | 117 | 272 | 66 | 72 | 0 | 33 | 363 | 54 | 64 |
| Binary | 1010101 | 1001111 | 10111010 | 110110 | 111010 | 0 | 11011 | 11110011 | 101100 | 110100 |
Color Harmonies of #554FBA
Complementary color
Monochromatic Colors of #554FBA
Black with #554FBA
Text Example
Text Example
White with #554FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554FBA; }
p { color: rgb(85,79,186); }
H1.HeaderClassName
{
color: #554FBA;
}
.AnyTagClassName
{
color: #554FBA;
}
</style>
background-color css
<style>
a { background-color: #554FBA; }
a { background-color: rgb(85,79,186); }
div.DivClassName
{
background-color: #554FBA;
}
.BgClassName
{
background-color: #554FBA;
}
</style>
border-color css
<style>
span { border-color: #554FBA; }
span { border-color: rgb(85,79,186); }
td.TdClassName
{
border-color: #554FBA;
}
.TagClassName
{
border-color: #554FBA;
}
</style>