Shades of Rich Blue #554ABF
Tints of Rich Blue #554ABF
RGB
CMYK
RGB Variations
Color information
#554ABF (or 0x554ABF) is known color: Rich Blue. HEX triplet: 55, 4A and BF. RGB value is (85,74,191). Sum of RGB (Red+Green+Blue) = 85+74+191=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 191 (75% from 255 or 54.57% from 350); Max value from RGB is 191 - color contains mainly: blue. Hex color #554ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554ABF is #AAB540. Grayscale: #5A5A5A. Windows color (decimal): -11187521 or 12536405. OLE color: 12536405.
HSL color Cylindrical-coordinate representation of color #554ABF: hue angle of 245.64º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #554ABF is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 74 | 191 | - |
| CMYK | 0.55 | 0.61 | 0 | 0.25 |
| HSL | 245.64º | 0.48% | 0.52% | - |
| HSV(B) | 245.64º | 0.61% | 0.75% | - |
| XYZ | 15.6 | 10.59 | 50.51 | - |
| YUV | 90.63 | 184.64 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 74 | 191 | 0.55 | 0.61 | 0 | 0.25 | 245.64 | 0.48 | 0.52 |
| Hex | 55 | 4A | BF | 37 | 3D | 0 | 19 | F6 | 30 | 34 |
| Octal | 125 | 112 | 277 | 67 | 75 | 0 | 31 | 366 | 60 | 64 |
| Binary | 1010101 | 1001010 | 10111111 | 110111 | 111101 | 0 | 11001 | 11110110 | 110000 | 110100 |
Color Harmonies of #554ABF
Complementary color
Monochromatic Colors of #554ABF
Black with #554ABF
Text Example
Text Example
White with #554ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554ABF; }
p { color: rgb(85,74,191); }
H1.HeaderClassName
{
color: #554ABF;
}
.AnyTagClassName
{
color: #554ABF;
}
</style>
background-color css
<style>
a { background-color: #554ABF; }
a { background-color: rgb(85,74,191); }
div.DivClassName
{
background-color: #554ABF;
}
.BgClassName
{
background-color: #554ABF;
}
</style>
border-color css
<style>
span { border-color: #554ABF; }
span { border-color: rgb(85,74,191); }
td.TdClassName
{
border-color: #554ABF;
}
.TagClassName
{
border-color: #554ABF;
}
</style>