Shades of Rich Blue #554DBF
Tints of Rich Blue #554DBF
RGB
CMYK
RGB Variations
Color information
#554DBF (or 0x554DBF) is known color: Rich Blue. HEX triplet: 55, 4D and BF. RGB value is (85,77,191). Sum of RGB (Red+Green+Blue) = 85+77+191=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #554DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554DBF is #AAB240. Grayscale: #5B5B5B. Windows color (decimal): -11186753 or 12537173. OLE color: 12537173.
HSL color Cylindrical-coordinate representation of color #554DBF: hue angle of 244.21º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #554DBF is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 77 | 191 | - |
| CMYK | 0.55 | 0.60 | 0 | 0.25 |
| HSL | 244.21º | 0.47% | 0.53% | - |
| HSV(B) | 244.21º | 0.6% | 0.75% | - |
| XYZ | 15.8 | 11 | 50.58 | - |
| YUV | 92.39 | 183.65 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 191 | 0.55 | 0.60 | 0 | 0.25 | 244.21 | 0.47 | 0.53 |
| Hex | 55 | 4D | BF | 37 | 3C | 0 | 19 | F4 | 2F | 35 |
| Octal | 125 | 115 | 277 | 67 | 74 | 0 | 31 | 364 | 57 | 65 |
| Binary | 1010101 | 1001101 | 10111111 | 110111 | 111100 | 0 | 11001 | 11110100 | 101111 | 110101 |
Color Harmonies of #554DBF
Complementary color
Monochromatic Colors of #554DBF
Black with #554DBF
Text Example
Text Example
White with #554DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554DBF; }
p { color: rgb(85,77,191); }
H1.HeaderClassName
{
color: #554DBF;
}
.AnyTagClassName
{
color: #554DBF;
}
</style>
background-color css
<style>
a { background-color: #554DBF; }
a { background-color: rgb(85,77,191); }
div.DivClassName
{
background-color: #554DBF;
}
.BgClassName
{
background-color: #554DBF;
}
</style>
border-color css
<style>
span { border-color: #554DBF; }
span { border-color: rgb(85,77,191); }
td.TdClassName
{
border-color: #554DBF;
}
.TagClassName
{
border-color: #554DBF;
}
</style>