Shades of Meteorite #55436C
Tints of Meteorite #55436C
RGB
CMYK
RGB Variations
Color information
#55436C (or 0x55436C) is known color: Meteorite. HEX triplet: 55, 43 and 6C. RGB value is (85,67,108). Sum of RGB (Red+Green+Blue) = 85+67+108=260 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.69% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 108 - color contains mainly: blue. Hex color #55436C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55436C is #AABC93. Grayscale: #4C4C4C. Windows color (decimal): -11189396 or 7095125. OLE color: 7095125.
HSL color Cylindrical-coordinate representation of color #55436C: hue angle of 266.34º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #55436C is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 67 | 108 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.58 |
| HSL | 266.34º | 0.23% | 0.34% | - |
| HSV(B) | 266.34º | 0.38% | 0.42% | - |
| XYZ | 8.46 | 7.03 | 15.1 | - |
| YUV | 77.06 | 145.46 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 67 | 108 | 0.21 | 0.38 | 0 | 0.58 | 266.34 | 0.23 | 0.34 |
| Hex | 55 | 43 | 6C | 15 | 26 | 0 | 3A | 10A | 17 | 22 |
| Octal | 125 | 103 | 154 | 25 | 46 | 0 | 72 | 412 | 27 | 42 |
| Binary | 1010101 | 1000011 | 1101100 | 10101 | 100110 | 0 | 111010 | 100001010 | 10111 | 100010 |
Color Harmonies of #55436C
Complementary color
Monochromatic Colors of #55436C
Black with #55436C
Text Example
Text Example
White with #55436C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55436C; }
p { color: rgb(85,67,108); }
H1.HeaderClassName
{
color: #55436C;
}
.AnyTagClassName
{
color: #55436C;
}
</style>
background-color css
<style>
a { background-color: #55436C; }
a { background-color: rgb(85,67,108); }
div.DivClassName
{
background-color: #55436C;
}
.BgClassName
{
background-color: #55436C;
}
</style>
border-color css
<style>
span { border-color: #55436C; }
span { border-color: rgb(85,67,108); }
td.TdClassName
{
border-color: #55436C;
}
.TagClassName
{
border-color: #55436C;
}
</style>