Shades of Meteorite #554470
Tints of Meteorite #554470
RGB
CMYK
RGB Variations
Color information
#554470 (or 0x554470) is known color: Meteorite. HEX triplet: 55, 44 and 70. RGB value is (85,68,112). Sum of RGB (Red+Green+Blue) = 85+68+112=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 112 (44.14% from 255 or 42.26% from 265); Max value from RGB is 112 - color contains mainly: blue. Hex color #554470 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554470 is #AABB8F. Grayscale: #4D4D4D. Windows color (decimal): -11189136 or 7357525. OLE color: 7357525.
HSL color Cylindrical-coordinate representation of color #554470: hue angle of 263.18º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #554470 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 68 | 112 | - |
| CMYK | 0.24 | 0.39 | 0 | 0.56 |
| HSL | 263.18º | 0.24% | 0.35% | - |
| HSV(B) | 263.18º | 0.39% | 0.44% | - |
| XYZ | 8.74 | 7.24 | 16.27 | - |
| YUV | 78.1 | 147.13 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 68 | 112 | 0.24 | 0.39 | 0 | 0.56 | 263.18 | 0.24 | 0.35 |
| Hex | 55 | 44 | 70 | 18 | 27 | 0 | 38 | 107 | 18 | 23 |
| Octal | 125 | 104 | 160 | 30 | 47 | 0 | 70 | 407 | 30 | 43 |
| Binary | 1010101 | 1000100 | 1110000 | 11000 | 100111 | 0 | 111000 | 100000111 | 11000 | 100011 |
Color Harmonies of #554470
Complementary color
Monochromatic Colors of #554470
Black with #554470
Text Example
Text Example
White with #554470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554470; }
p { color: rgb(85,68,112); }
H1.HeaderClassName
{
color: #554470;
}
.AnyTagClassName
{
color: #554470;
}
</style>
background-color css
<style>
a { background-color: #554470; }
a { background-color: rgb(85,68,112); }
div.DivClassName
{
background-color: #554470;
}
.BgClassName
{
background-color: #554470;
}
</style>
border-color css
<style>
span { border-color: #554470; }
span { border-color: rgb(85,68,112); }
td.TdClassName
{
border-color: #554470;
}
.TagClassName
{
border-color: #554470;
}
</style>