Shades of Meteorite #554370
Tints of Meteorite #554370
RGB
CMYK
RGB Variations
Color information
#554370 (or 0x554370) is known color: Meteorite. HEX triplet: 55, 43 and 70. RGB value is (85,67,112). Sum of RGB (Red+Green+Blue) = 85+67+112=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 112 (44.14% from 255 or 42.42% from 264); Max value from RGB is 112 - color contains mainly: blue. Hex color #554370 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554370 is #AABC8F. Grayscale: #4D4D4D. Windows color (decimal): -11189392 or 7357269. OLE color: 7357269.
HSL color Cylindrical-coordinate representation of color #554370: hue angle of 264º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #554370 is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 67 | 112 | - |
| CMYK | 0.24 | 0.40 | 0 | 0.56 |
| HSL | 264º | 0.25% | 0.35% | - |
| HSV(B) | 264º | 0.4% | 0.44% | - |
| XYZ | 8.68 | 7.12 | 16.25 | - |
| YUV | 77.51 | 147.46 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 67 | 112 | 0.24 | 0.40 | 0 | 0.56 | 264 | 0.25 | 0.35 |
| Hex | 55 | 43 | 70 | 18 | 28 | 0 | 38 | 108 | 19 | 23 |
| Octal | 125 | 103 | 160 | 30 | 50 | 0 | 70 | 410 | 31 | 43 |
| Binary | 1010101 | 1000011 | 1110000 | 11000 | 101000 | 0 | 111000 | 100001000 | 11001 | 100011 |
Color Harmonies of #554370
Complementary color
Monochromatic Colors of #554370
Black with #554370
Text Example
Text Example
White with #554370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554370; }
p { color: rgb(85,67,112); }
H1.HeaderClassName
{
color: #554370;
}
.AnyTagClassName
{
color: #554370;
}
</style>
background-color css
<style>
a { background-color: #554370; }
a { background-color: rgb(85,67,112); }
div.DivClassName
{
background-color: #554370;
}
.BgClassName
{
background-color: #554370;
}
</style>
border-color css
<style>
span { border-color: #554370; }
span { border-color: rgb(85,67,112); }
td.TdClassName
{
border-color: #554370;
}
.TagClassName
{
border-color: #554370;
}
</style>