Shades of Meteorite #554174
Tints of Meteorite #554174
RGB
CMYK
RGB Variations
Color information
#554174 (or 0x554174) is known color: Meteorite. HEX triplet: 55, 41 and 74. RGB value is (85,65,116). Sum of RGB (Red+Green+Blue) = 85+65+116=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 116 (45.70% from 255 or 43.61% from 266); Max value from RGB is 116 - color contains mainly: blue. Hex color #554174 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554174 is #AABE8B. Grayscale: #4C4C4C. Windows color (decimal): -11189900 or 7618901. OLE color: 7618901.
HSL color Cylindrical-coordinate representation of color #554174: hue angle of 263.53º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #554174 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 65 | 116 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.55 |
| HSL | 263.53º | 0.28% | 0.35% | - |
| HSV(B) | 263.53º | 0.44% | 0.45% | - |
| XYZ | 8.79 | 6.97 | 17.41 | - |
| YUV | 76.79 | 150.13 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 65 | 116 | 0.27 | 0.44 | 0 | 0.55 | 263.53 | 0.28 | 0.35 |
| Hex | 55 | 41 | 74 | 1B | 2C | 0 | 37 | 108 | 1C | 23 |
| Octal | 125 | 101 | 164 | 33 | 54 | 0 | 67 | 410 | 34 | 43 |
| Binary | 1010101 | 1000001 | 1110100 | 11011 | 101100 | 0 | 110111 | 100001000 | 11100 | 100011 |
Color Harmonies of #554174
Complementary color
Monochromatic Colors of #554174
Black with #554174
Text Example
Text Example
White with #554174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554174; }
p { color: rgb(85,65,116); }
H1.HeaderClassName
{
color: #554174;
}
.AnyTagClassName
{
color: #554174;
}
</style>
background-color css
<style>
a { background-color: #554174; }
a { background-color: rgb(85,65,116); }
div.DivClassName
{
background-color: #554174;
}
.BgClassName
{
background-color: #554174;
}
</style>
border-color css
<style>
span { border-color: #554174; }
span { border-color: rgb(85,65,116); }
td.TdClassName
{
border-color: #554174;
}
.TagClassName
{
border-color: #554174;
}
</style>