Shades of Rich Blue #5554B5
Tints of Rich Blue #5554B5
RGB
CMYK
RGB Variations
Color information
#5554B5 (or 0x5554B5) is known color: Rich Blue. HEX triplet: 55, 54 and B5. RGB value is (85,84,181). Sum of RGB (Red+Green+Blue) = 85+84+181=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 181 (71.09% from 255 or 51.71% from 350); Max value from RGB is 181 - color contains mainly: blue. Hex color #5554B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5554B5 is #AAAB4A. Grayscale: #5E5E5E. Windows color (decimal): -11184971 or 11883605. OLE color: 11883605.
HSL color Cylindrical-coordinate representation of color #5554B5: hue angle of 240.62º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5554B5 is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 84 | 181 | - |
| CMYK | 0.53 | 0.54 | 0 | 0.29 |
| HSL | 240.62º | 0.4% | 0.52% | - |
| HSV(B) | 240.62º | 0.54% | 0.71% | - |
| XYZ | 15.26 | 11.61 | 45.15 | - |
| YUV | 95.36 | 176.33 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 84 | 181 | 0.53 | 0.54 | 0 | 0.29 | 240.62 | 0.4 | 0.52 |
| Hex | 55 | 54 | B5 | 35 | 36 | 0 | 1D | F1 | 28 | 34 |
| Octal | 125 | 124 | 265 | 65 | 66 | 0 | 35 | 361 | 50 | 64 |
| Binary | 1010101 | 1010100 | 10110101 | 110101 | 110110 | 0 | 11101 | 11110001 | 101000 | 110100 |
Color Harmonies of #5554B5
Complementary color
Monochromatic Colors of #5554B5
Black with #5554B5
Text Example
Text Example
White with #5554B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5554B5; }
p { color: rgb(85,84,181); }
H1.HeaderClassName
{
color: #5554B5;
}
.AnyTagClassName
{
color: #5554B5;
}
</style>
background-color css
<style>
a { background-color: #5554B5; }
a { background-color: rgb(85,84,181); }
div.DivClassName
{
background-color: #5554B5;
}
.BgClassName
{
background-color: #5554B5;
}
</style>
border-color css
<style>
span { border-color: #5554B5; }
span { border-color: rgb(85,84,181); }
td.TdClassName
{
border-color: #5554B5;
}
.TagClassName
{
border-color: #5554B5;
}
</style>