Shades of Rich Blue #554BB2
Tints of Rich Blue #554BB2
RGB
CMYK
RGB Variations
Color information
#554BB2 (or 0x554BB2) is known color: Rich Blue. HEX triplet: 55, 4B and B2. RGB value is (85,75,178). Sum of RGB (Red+Green+Blue) = 85+75+178=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 178 (69.92% from 255 or 52.66% from 338); Max value from RGB is 178 - color contains mainly: blue. Hex color #554BB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554BB2 is #AAB44D. Grayscale: #595959. Windows color (decimal): -11187278 or 11684693. OLE color: 11684693.
HSL color Cylindrical-coordinate representation of color #554BB2: hue angle of 245.83º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #554BB2 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 85 | 75 | 178 | - |
| CMYK | 0.52 | 0.58 | 0 | 0.30 |
| HSL | 245.83º | 0.41% | 0.5% | - |
| HSV(B) | 245.83º | 0.58% | 0.7% | - |
| XYZ | 14.3 | 10.18 | 43.33 | - |
| YUV | 89.73 | 177.81 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 75 | 178 | 0.52 | 0.58 | 0 | 0.30 | 245.83 | 0.41 | 0.5 |
| Hex | 55 | 4B | B2 | 34 | 3A | 0 | 1E | F6 | 29 | 32 |
| Octal | 125 | 113 | 262 | 64 | 72 | 0 | 36 | 366 | 51 | 62 |
| Binary | 1010101 | 1001011 | 10110010 | 110100 | 111010 | 0 | 11110 | 11110110 | 101001 | 110010 |
Color Harmonies of #554BB2
Complementary color
Monochromatic Colors of #554BB2
Black with #554BB2
Text Example
Text Example
White with #554BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554BB2; }
p { color: rgb(85,75,178); }
H1.HeaderClassName
{
color: #554BB2;
}
.AnyTagClassName
{
color: #554BB2;
}
</style>
background-color css
<style>
a { background-color: #554BB2; }
a { background-color: rgb(85,75,178); }
div.DivClassName
{
background-color: #554BB2;
}
.BgClassName
{
background-color: #554BB2;
}
</style>
border-color css
<style>
span { border-color: #554BB2; }
span { border-color: rgb(85,75,178); }
td.TdClassName
{
border-color: #554BB2;
}
.TagClassName
{
border-color: #554BB2;
}
</style>