Shades of Rich Blue #554CBE
Tints of Rich Blue #554CBE
RGB
CMYK
RGB Variations
Color information
#554CBE (or 0x554CBE) is known color: Rich Blue. HEX triplet: 55, 4C and BE. RGB value is (85,76,190). Sum of RGB (Red+Green+Blue) = 85+76+190=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #554CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554CBE is #AAB341. Grayscale: #5B5B5B. Windows color (decimal): -11187010 or 12471381. OLE color: 12471381.
HSL color Cylindrical-coordinate representation of color #554CBE: hue angle of 244.74º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #554CBE is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 76 | 190 | - |
| CMYK | 0.55 | 0.60 | 0 | 0.25 |
| HSL | 244.74º | 0.47% | 0.52% | - |
| HSV(B) | 244.74º | 0.6% | 0.75% | - |
| XYZ | 15.63 | 10.82 | 49.98 | - |
| YUV | 91.69 | 183.48 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 76 | 190 | 0.55 | 0.60 | 0 | 0.25 | 244.74 | 0.47 | 0.52 |
| Hex | 55 | 4C | BE | 37 | 3C | 0 | 19 | F5 | 2F | 34 |
| Octal | 125 | 114 | 276 | 67 | 74 | 0 | 31 | 365 | 57 | 64 |
| Binary | 1010101 | 1001100 | 10111110 | 110111 | 111100 | 0 | 11001 | 11110101 | 101111 | 110100 |
Color Harmonies of #554CBE
Complementary color
Monochromatic Colors of #554CBE
Black with #554CBE
Text Example
Text Example
White with #554CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554CBE; }
p { color: rgb(85,76,190); }
H1.HeaderClassName
{
color: #554CBE;
}
.AnyTagClassName
{
color: #554CBE;
}
</style>
background-color css
<style>
a { background-color: #554CBE; }
a { background-color: rgb(85,76,190); }
div.DivClassName
{
background-color: #554CBE;
}
.BgClassName
{
background-color: #554CBE;
}
</style>
border-color css
<style>
span { border-color: #554CBE; }
span { border-color: rgb(85,76,190); }
td.TdClassName
{
border-color: #554CBE;
}
.TagClassName
{
border-color: #554CBE;
}
</style>