Shades of Rich Blue #554BAE
Tints of Rich Blue #554BAE
RGB
CMYK
RGB Variations
Color information
#554BAE (or 0x554BAE) is known color: Rich Blue. HEX triplet: 55, 4B and AE. RGB value is (85,75,174). Sum of RGB (Red+Green+Blue) = 85+75+174=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 174 (68.36% from 255 or 52.10% from 334); Max value from RGB is 174 - color contains mainly: blue. Hex color #554BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554BAE is #AAB451. Grayscale: #585858. Windows color (decimal): -11187282 or 11422549. OLE color: 11422549.
HSL color Cylindrical-coordinate representation of color #554BAE: hue angle of 246.06º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #554BAE is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 75 | 174 | - |
| CMYK | 0.51 | 0.57 | 0 | 0.32 |
| HSL | 246.06º | 0.4% | 0.49% | - |
| HSV(B) | 246.06º | 0.57% | 0.68% | - |
| XYZ | 13.9 | 10.02 | 41.25 | - |
| YUV | 89.28 | 175.81 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 75 | 174 | 0.51 | 0.57 | 0 | 0.32 | 246.06 | 0.4 | 0.49 |
| Hex | 55 | 4B | AE | 33 | 39 | 0 | 20 | F6 | 28 | 31 |
| Octal | 125 | 113 | 256 | 63 | 71 | 0 | 40 | 366 | 50 | 61 |
| Binary | 1010101 | 1001011 | 10101110 | 110011 | 111001 | 0 | 100000 | 11110110 | 101000 | 110001 |
Color Harmonies of #554BAE
Complementary color
Monochromatic Colors of #554BAE
Black with #554BAE
Text Example
Text Example
White with #554BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554BAE; }
p { color: rgb(85,75,174); }
H1.HeaderClassName
{
color: #554BAE;
}
.AnyTagClassName
{
color: #554BAE;
}
</style>
background-color css
<style>
a { background-color: #554BAE; }
a { background-color: rgb(85,75,174); }
div.DivClassName
{
background-color: #554BAE;
}
.BgClassName
{
background-color: #554BAE;
}
</style>
border-color css
<style>
span { border-color: #554BAE; }
span { border-color: rgb(85,75,174); }
td.TdClassName
{
border-color: #554BAE;
}
.TagClassName
{
border-color: #554BAE;
}
</style>