Shades of Rich Blue #554ABC
Tints of Rich Blue #554ABC
RGB
CMYK
RGB Variations
Color information
#554ABC (or 0x554ABC) is known color: Rich Blue. HEX triplet: 55, 4A and BC. RGB value is (85,74,188). Sum of RGB (Red+Green+Blue) = 85+74+188=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #554ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554ABC is #AAB543. Grayscale: #595959. Windows color (decimal): -11187524 or 12339797. OLE color: 12339797.
HSL color Cylindrical-coordinate representation of color #554ABC: hue angle of 245.79º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #554ABC is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 74 | 188 | - |
| CMYK | 0.55 | 0.61 | 0 | 0.26 |
| HSL | 245.79º | 0.46% | 0.51% | - |
| HSV(B) | 245.79º | 0.61% | 0.74% | - |
| XYZ | 15.27 | 10.46 | 48.79 | - |
| YUV | 90.29 | 183.14 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 74 | 188 | 0.55 | 0.61 | 0 | 0.26 | 245.79 | 0.46 | 0.51 |
| Hex | 55 | 4A | BC | 37 | 3D | 0 | 1A | F6 | 2E | 33 |
| Octal | 125 | 112 | 274 | 67 | 75 | 0 | 32 | 366 | 56 | 63 |
| Binary | 1010101 | 1001010 | 10111100 | 110111 | 111101 | 0 | 11010 | 11110110 | 101110 | 110011 |
Color Harmonies of #554ABC
Complementary color
Monochromatic Colors of #554ABC
Black with #554ABC
Text Example
Text Example
White with #554ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554ABC; }
p { color: rgb(85,74,188); }
H1.HeaderClassName
{
color: #554ABC;
}
.AnyTagClassName
{
color: #554ABC;
}
</style>
background-color css
<style>
a { background-color: #554ABC; }
a { background-color: rgb(85,74,188); }
div.DivClassName
{
background-color: #554ABC;
}
.BgClassName
{
background-color: #554ABC;
}
</style>
border-color css
<style>
span { border-color: #554ABC; }
span { border-color: rgb(85,74,188); }
td.TdClassName
{
border-color: #554ABC;
}
.TagClassName
{
border-color: #554ABC;
}
</style>