Shades of Rich Blue #554BA3
Tints of Rich Blue #554BA3
RGB
CMYK
RGB Variations
Color information
#554BA3 (or 0x554BA3) is known color: Rich Blue. HEX triplet: 55, 4B and A3. RGB value is (85,75,163). Sum of RGB (Red+Green+Blue) = 85+75+163=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 75 (29.69% from 255 or 23.22% from 323); Blue value is 163 (64.06% from 255 or 50.46% from 323); Max value from RGB is 163 - color contains mainly: blue. Hex color #554BA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554BA3 is #AAB45C. Grayscale: #575757. Windows color (decimal): -11187293 or 10701653. OLE color: 10701653.
HSL color Cylindrical-coordinate representation of color #554BA3: hue angle of 246.82º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #554BA3 is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 75 | 163 | - |
| CMYK | 0.48 | 0.54 | 0 | 0.36 |
| HSL | 246.82º | 0.37% | 0.47% | - |
| HSV(B) | 246.82º | 0.54% | 0.64% | - |
| XYZ | 12.87 | 9.61 | 35.83 | - |
| YUV | 88.02 | 170.31 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 75 | 163 | 0.48 | 0.54 | 0 | 0.36 | 246.82 | 0.37 | 0.47 |
| Hex | 55 | 4B | A3 | 30 | 36 | 0 | 24 | F7 | 25 | 2F |
| Octal | 125 | 113 | 243 | 60 | 66 | 0 | 44 | 367 | 45 | 57 |
| Binary | 1010101 | 1001011 | 10100011 | 110000 | 110110 | 0 | 100100 | 11110111 | 100101 | 101111 |
Color Harmonies of #554BA3
Complementary color
Monochromatic Colors of #554BA3
Black with #554BA3
Text Example
Text Example
White with #554BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554BA3; }
p { color: rgb(85,75,163); }
H1.HeaderClassName
{
color: #554BA3;
}
.AnyTagClassName
{
color: #554BA3;
}
</style>
background-color css
<style>
a { background-color: #554BA3; }
a { background-color: rgb(85,75,163); }
div.DivClassName
{
background-color: #554BA3;
}
.BgClassName
{
background-color: #554BA3;
}
</style>
border-color css
<style>
span { border-color: #554BA3; }
span { border-color: rgb(85,75,163); }
td.TdClassName
{
border-color: #554BA3;
}
.TagClassName
{
border-color: #554BA3;
}
</style>