Shades of Meteorite #554672
Tints of Meteorite #554672
RGB
CMYK
RGB Variations
Color information
#554672 (or 0x554672) is known color: Meteorite. HEX triplet: 55, 46 and 72. RGB value is (85,70,114). Sum of RGB (Red+Green+Blue) = 85+70+114=269 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.60% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 114 (44.92% from 255 or 42.38% from 269); Max value from RGB is 114 - color contains mainly: blue. Hex color #554672 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554672 is #AAB98D. Grayscale: #4F4F4F. Windows color (decimal): -11188622 or 7489109. OLE color: 7489109.
HSL color Cylindrical-coordinate representation of color #554672: hue angle of 260.45º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #554672 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 70 | 114 | - |
| CMYK | 0.25 | 0.39 | 0 | 0.55 |
| HSL | 260.45º | 0.24% | 0.36% | - |
| HSV(B) | 260.45º | 0.39% | 0.45% | - |
| XYZ | 8.97 | 7.53 | 16.9 | - |
| YUV | 79.5 | 147.47 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 70 | 114 | 0.25 | 0.39 | 0 | 0.55 | 260.45 | 0.24 | 0.36 |
| Hex | 55 | 46 | 72 | 19 | 27 | 0 | 37 | 104 | 18 | 24 |
| Octal | 125 | 106 | 162 | 31 | 47 | 0 | 67 | 404 | 30 | 44 |
| Binary | 1010101 | 1000110 | 1110010 | 11001 | 100111 | 0 | 110111 | 100000100 | 11000 | 100100 |
Color Harmonies of #554672
Complementary color
Monochromatic Colors of #554672
Black with #554672
Text Example
Text Example
White with #554672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554672; }
p { color: rgb(85,70,114); }
H1.HeaderClassName
{
color: #554672;
}
.AnyTagClassName
{
color: #554672;
}
</style>
background-color css
<style>
a { background-color: #554672; }
a { background-color: rgb(85,70,114); }
div.DivClassName
{
background-color: #554672;
}
.BgClassName
{
background-color: #554672;
}
</style>
border-color css
<style>
span { border-color: #554672; }
span { border-color: rgb(85,70,114); }
td.TdClassName
{
border-color: #554672;
}
.TagClassName
{
border-color: #554672;
}
</style>