Shades of Rich Blue #554DB8
Tints of Rich Blue #554DB8
RGB
CMYK
RGB Variations
Color information
#554DB8 (or 0x554DB8) is known color: Rich Blue. HEX triplet: 55, 4D and B8. RGB value is (85,77,184). Sum of RGB (Red+Green+Blue) = 85+77+184=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 184 (72.27% from 255 or 53.18% from 346); Max value from RGB is 184 - color contains mainly: blue. Hex color #554DB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554DB8 is #AAB247. Grayscale: #5B5B5B. Windows color (decimal): -11186760 or 12078421. OLE color: 12078421.
HSL color Cylindrical-coordinate representation of color #554DB8: hue angle of 244.49º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #554DB8 is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 85 | 77 | 184 | - |
| CMYK | 0.54 | 0.58 | 0 | 0.28 |
| HSL | 244.49º | 0.43% | 0.51% | - |
| HSV(B) | 244.49º | 0.58% | 0.72% | - |
| XYZ | 15.05 | 10.7 | 46.62 | - |
| YUV | 91.59 | 180.15 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 184 | 0.54 | 0.58 | 0 | 0.28 | 244.49 | 0.43 | 0.51 |
| Hex | 55 | 4D | B8 | 36 | 3A | 0 | 1C | F4 | 2B | 33 |
| Octal | 125 | 115 | 270 | 66 | 72 | 0 | 34 | 364 | 53 | 63 |
| Binary | 1010101 | 1001101 | 10111000 | 110110 | 111010 | 0 | 11100 | 11110100 | 101011 | 110011 |
Color Harmonies of #554DB8
Complementary color
Monochromatic Colors of #554DB8
Black with #554DB8
Text Example
Text Example
White with #554DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554DB8; }
p { color: rgb(85,77,184); }
H1.HeaderClassName
{
color: #554DB8;
}
.AnyTagClassName
{
color: #554DB8;
}
</style>
background-color css
<style>
a { background-color: #554DB8; }
a { background-color: rgb(85,77,184); }
div.DivClassName
{
background-color: #554DB8;
}
.BgClassName
{
background-color: #554DB8;
}
</style>
border-color css
<style>
span { border-color: #554DB8; }
span { border-color: rgb(85,77,184); }
td.TdClassName
{
border-color: #554DB8;
}
.TagClassName
{
border-color: #554DB8;
}
</style>