Shades of Rich Blue #554BBE
Tints of Rich Blue #554BBE
RGB
CMYK
RGB Variations
Color information
#554BBE (or 0x554BBE) is known color: Rich Blue. HEX triplet: 55, 4B and BE. RGB value is (85,75,190). Sum of RGB (Red+Green+Blue) = 85+75+190=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 75 (29.69% from 255 or 21.43% from 350); Blue value is 190 (74.61% from 255 or 54.29% from 350); Max value from RGB is 190 - color contains mainly: blue. Hex color #554BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554BBE is #AAB441. Grayscale: #5A5A5A. Windows color (decimal): -11187266 or 12471125. OLE color: 12471125.
HSL color Cylindrical-coordinate representation of color #554BBE: hue angle of 245.22º degrees, saturation: 0.47, 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 #554BBE is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 75 | 190 | - |
| CMYK | 0.55 | 0.61 | 0 | 0.25 |
| HSL | 245.22º | 0.47% | 0.52% | - |
| HSV(B) | 245.22º | 0.61% | 0.75% | - |
| XYZ | 15.56 | 10.68 | 49.96 | - |
| YUV | 91.1 | 183.81 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 75 | 190 | 0.55 | 0.61 | 0 | 0.25 | 245.22 | 0.47 | 0.52 |
| Hex | 55 | 4B | BE | 37 | 3D | 0 | 19 | F5 | 2F | 34 |
| Octal | 125 | 113 | 276 | 67 | 75 | 0 | 31 | 365 | 57 | 64 |
| Binary | 1010101 | 1001011 | 10111110 | 110111 | 111101 | 0 | 11001 | 11110101 | 101111 | 110100 |
Color Harmonies of #554BBE
Complementary color
Monochromatic Colors of #554BBE
Black with #554BBE
Text Example
Text Example
White with #554BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554BBE; }
p { color: rgb(85,75,190); }
H1.HeaderClassName
{
color: #554BBE;
}
.AnyTagClassName
{
color: #554BBE;
}
</style>
background-color css
<style>
a { background-color: #554BBE; }
a { background-color: rgb(85,75,190); }
div.DivClassName
{
background-color: #554BBE;
}
.BgClassName
{
background-color: #554BBE;
}
</style>
border-color css
<style>
span { border-color: #554BBE; }
span { border-color: rgb(85,75,190); }
td.TdClassName
{
border-color: #554BBE;
}
.TagClassName
{
border-color: #554BBE;
}
</style>